Operations<T>.FromDouble Property

Gets a delegate that converts a double-precision floating-point number to the current number type.

Definition

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

Property Value

Func<Double, T>

See Also