Operations<T>.ToInt32 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.0
C#
public static int ToInt32(
	T operand
)

Parameters

operand  T
 

Return Value

Int32

Remarks

Loss of information may occur.

See Also