IRing Operations<T>.To Int 32 Method
Converts the operand type to an integer.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
value converted to an integer.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
int ToInt32(
T value
)
Parameters
- value T
- The value to convert.
Return Value
Int32value converted to an integer.
Remarks
This method is equivalent to an explicit cast. Data loss may occur.