Operations<T>.To Int 32 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Func<T, int> ToInt32 { get; }
Property Value
Func<T, Int32>Remarks
Loss of information may occur.