Converts a 16 bit signed integer to a
BigFloat value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static implicit operator BigFloat (
short value
)
Public Shared Widening Operator CType (
value As Short
) As BigFloat
static implicit operator BigFloat^ (
short value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt16
A Int16
Return Value
Type:
BigFloatA
BigFloat value that represents the converted 16 bit signed integer.
Reference