IRing
            
            
            
            
            Converts the operand type to an integer.
            
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
value converted to an integer.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.