ScaledRound(Int64, Int32, MidpointRounding) Method
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static long Round(
long value,
int times,
MidpointRounding mode
)
Public Shared Function Round (
value As Long,
times As Integer,
mode As MidpointRounding
) As Long
public:
static long long Round(
long long value,
int times,
MidpointRounding mode
)
static member Round :
value : int64 *
times : int *
mode : MidpointRounding -> int64
- value Int64
-
- times Int32
-
- mode MidpointRounding
-
Int64