INumberRounder.RoundInt64(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rounds an Int64 number.
public:
long long RoundInt64(long long value);
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
The rounded 64 bit integer.