Operations<T>.ToInt32 Property

Converts an instance of the operand type to an integer.

Definition

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

Property Value

Func<T, Int32>

Remarks

Loss of information may occur.

See Also