Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic uintmax_t(
ulong value
)
Public Sub New (
value As ULong
)
public:
uintmax_t(
unsigned long long value
)
new :
value : uint64 -> uintmax_t
Parameters
- value
- Type: System.UInt64
The value of the new uintmax_t.
See Also