MathExt: Floor |
Returns the next lowest whole integer value.
Public Function Floor( ByVal Value As Double ) As Double
Negative values will be rounded away from zero. -2.1 will be rounded down to -3.
Project VBCorLib Overview Class MathExt Overview MathExt Properties MathExt Methods e (get) IEEERemainder