Click or drag to resize
size_t  Conversion (UInt64 to size_t)
Converts a UInt64 value to a size_t 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 implicit operator size_t (
	ulong value
)

Parameters

value
Type: SystemUInt64
A UInt64 value.

Return Value

Type: size_t
A size_t value.
See Also