IOperations<T>.ToInt32 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#
int ToInt32(
	T x
)

Parameters

x  T
 

Return Value

Int32

Remarks

Loss of information may occur.

See Also