mp_size_t Conversion (mp_size_t to Int64) |
Namespace:
Math.Gmp.Native
Assembly:
Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static implicit operator long (
mp_size_t value
)
Public Shared Widening Operator CType (
value As mp_size_t
) As Long
static implicit operator long long (
mp_size_t value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Gmp.Nativemp_size_t
An mp_size_t value.
Return Value
Type:
Int64An
Int64 value.
See Also