MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / ifloor

Function ifloor

dep/agg/include/agg_basics.h:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156#pragma warning(pop)
157 AGG_INLINE int ifloor(double v)
158 {
159 return int(floor(v));
160 }
161 AGG_INLINE unsigned ufloor(double v) //-------ufloor
162 {
163 return unsigned(floor(v));

Callers 1

pixelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected