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