BaseEntry.Round(BaseEntry) Method
Rounds the value to the specified number of fractional digits.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.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.
BaseEntryThe value rounded to the specified number of fractional digits.