Rounds a Currency toward negative infinity to the nearest integer value.
[Visual Basic] Public Shared Function Floor( _ ByVal c As Currency _ ) As Currency [C#] public static Currency Floor( Currency c ); [C++] public: static Currency Floor( Currency c ); [JScript] public static function Floor( c : Currency ) : Currency;
The Currency argument rounded towards negative infinity, to the next lowest whole number value.