MoneyRound(Int32) Method

Rounds the instance internal value to the smallest fractional unit of the instance's currency to a specified number of decimal places.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public decimal Round(
	int decimals
)

Parameters

decimals  Int32
The number of decimal places to round the value.

Return Value

Decimal
A Decimal rounded to the nearest fractional unit.

See Also