GMP Native Interface for .NET
size_t Conversion (size_t to UInt32) |
Namespace: Math.Gmp.Native
Assembly: Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)

public static explicit operator uint ( size_t value )
Public Shared Narrowing Operator CType ( value As size_t ) As UInteger
static explicit operator unsigned int ( size_t value )
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Gmp.Nativesize_t
An size_t value.
Return Value
Type: UInt32A UInt32 value.
