Converts a 64 bit signed integer to a
Quad value.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static implicit operator Quad (
long value
)
Public Shared Widening Operator CType (
value As Long
) As Quad
static implicit operator Quad (
long long value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt64
A Int64
Return Value
Type:
QuadA
Quad value that represents the converted 64 bit signed integer.
Numerical Libraries
Supported in: 6.0, 5.x
Reference