GMP Native Interface for .NET
GMP Native Interface for .NET
Math.Gmp.Native
ptr(T) Class
ptr(T) Constructor
ptr(T) Constructor
ptr(T) Constructor (T)
ptr
T
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
C#
VB
C++
F#
Copy
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.
See Also
Reference
ptr
T
Class
ptr
T
Overload
Math.Gmp.Native Namespace