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 CorLib Overview
Class CorMath Overview