Operations<T>.Round Property

Gets a delegate that rounds a number to the specified number of decimal digits.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Func<T, int, RoundingMode, T> Round { get; }

Property Value

Func<T, Int32, RoundingMode, T>

See Also