Operations<T>.To Int 32 Method
Converts an instance of the operand type to an integer.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public static int ToInt32(
T operand
)
Parameters
- operand T
Return Value
Int32Remarks
Loss of information may occur.