Click or drag to resize
size_t Constructor
Creates a new size_t, and sets its 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 size_t(
	ulong value
)

Parameters

value
Type: SystemUInt64
The value of the new size_t.
See Also