BaseEntryRound(BaseEntry, TDouble) Method
Rounds a value to a specified number of fractional digits using the specified rounding convention.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public BaseEntry Round(
BaseEntry value,
TDouble type
)
Public Function Round (
value As BaseEntry,
type As TDouble
) As BaseEntry
public:
BaseEntry^ Round(
BaseEntry^ value,
TDouble^ type
)
member Round :
value : BaseEntry *
type : TDouble -> BaseEntry
- value BaseEntry
- The number of fractional digits in the return value.
- type TDouble
- One of the enumeration values that specifies which rounding strategy to use.
BaseEntryA value rounded to a specified number of fractional digits.