INumberRounder.RoundInt32(Int32) Method

Definition

Rounds an Int32 number.

public:
 int RoundInt32(int value);
int RoundInt32(int const& value);
public int RoundInt32(int value);
function roundInt32(value)
Public Function RoundInt32 (value As Integer) As Integer

Parameters

value
Int32

int

The Int32 value to be rounded.

Returns

Int32

int

The rounded 32 bit integer.

Applies to