Click or drag to resize
ptrT Constructor (T)
Creates a new pointer with Value set to 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 ptr(
	T value
)

Parameters

value
Type: T
The initial value.
See Also