Decimal..::..Floor Method (Decimal)
Rounds a specified Decimal number to the closest integer toward negative infinity.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static decimal Floor( decimal d )
<TemplateAttribute> _ Public Shared Function Floor ( _ d As Decimal _ ) As Decimal
[TemplateAttribute] public: static Decimal^ Floor( Decimal^ d )
Parameters
- d
- Type: System..::..Decimal
The value to round.