GMP Native Interface for .NET
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)

public ptr( T value )
Public Sub New ( value As T )
public: ptr( T value )
new : value : 'T -> ptr
Parameters
- value
- Type: T
The initial value.
