Converts an integer to an instance of the operand type.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T FromInt32(
int value
)
Public Shared Function FromInt32 (
value As Integer
) As T
public:
static T FromInt32(
int value
)
static member FromInt32 :
value : int -> 'T
Parameters
- value
- Type: SystemInt32
Return Value
Type:
T
Loss of information may occur.
Reference