BaseEntryRound(BaseEntry) Method
Rounds a value to a specified number of fractional digits.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public BaseEntry Round(
BaseEntry value
)
Public Function Round (
value As BaseEntry
) As BaseEntry
public:
BaseEntry^ Round(
BaseEntry^ value
)
member Round :
value : BaseEntry -> BaseEntry
- value BaseEntry
- The number of fractional digits in the return value.
BaseEntryA value rounded to a specified number of fractional digits.