IOperations<T>.Round Method

Rounds a number to the specified number of decimal digits.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Round(
	T left,
	int decimals
)

Parameters

left  T
 
decimals  Int32
 

Return Value

T

See Also