IRingOperations<T>.ToInt32 Method

Converts the operand type to an integer.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
int ToInt32(
	T value
)

Parameters

value  T
The value to convert.

Return Value

Int32
value converted to an integer.

Remarks

This method is equivalent to an explicit cast. Data loss may occur.

See Also