| Name | Description |
---|
| Round(BigInteger, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(Decimal, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(Double, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(Int16, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(Int32, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(Int64, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(Single, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(UInt16, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(UInt32, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|
| Round(UInt64, Int32) |
Round to the number closest to 10^(-decimals). Negative decimals to round within the integer part.
|