SignificantDigitsNumberRounder.RoundInt64(Int64) Method

Definition

Rounds an Int64 number to the specified number of significant digits.

public:
 virtual long long RoundInt64(long long value) = RoundInt64;
long RoundInt64(long const& value);
public long RoundInt64(long value);
function roundInt64(value)
Public Function RoundInt64 (value As Long) As Long

Parameters

value
Int64

long long

long

The Int64 value to be rounded.

Returns

Int64

long long

long

The rounded 64 bit integer.

Implements

M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(System.Int64) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(long long) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(long)

Remarks

The rounding strategy is based on the values of SignificantDigits and RoundingAlgorithm.

Applies to