Click or drag to resize
size_t  Conversion (size_t to UInt32)
Converts a size_t value to a UInt32 value.

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 explicit operator uint (
	size_t value
)

Parameters

value
Type: Math.Gmp.Nativesize_t
An size_t value.

Return Value

Type: UInt32
A UInt32 value.
See Also