Gets a delegate that
rounds a number to the specified number of decimal digits.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<T, int, RoundingMode, T> Round { get; }
Public Shared ReadOnly Property Round As Func(Of T, Integer, RoundingMode, T)
Get
public:
static property Func<T, int, RoundingMode, T>^ Round {
Func<T, int, RoundingMode, T>^ get ();
}
static member Round : Func<'T, int, RoundingMode, 'T> with get
Property Value
Type:
FuncT,
Int32,
RoundingMode,
T
Reference