IRingOperations<T>.ToInt32 Method

Converts the operand type to an integer.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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