CLong Konstruktorer

Definition

Överlagringar

Name Description
CLong(Int32)

Konstruerar en instans från ett 32-bitars heltal.

CLong(IntPtr)

Konstruerar en instans från ett heltal i intern storlek.

CLong(Int32)

Källa:
CLong.cs
Källa:
CLong.cs
Källa:
CLong.cs
Källa:
CLong.cs
Källa:
CLong.cs

Konstruerar en instans från ett 32-bitars heltal.

public:
 CLong(int value);
public CLong(int value);
new System.Runtime.InteropServices.CLong : int -> System.Runtime.InteropServices.CLong
Public Sub New (value As Integer)

Parametrar

value
Int32

Heltalsvärdet.

Gäller för

CLong(IntPtr)

Källa:
CLong.cs
Källa:
CLong.cs
Källa:
CLong.cs
Källa:
CLong.cs
Källa:
CLong.cs

Konstruerar en instans från ett heltal i intern storlek.

public:
 CLong(IntPtr value);
public CLong(IntPtr value);
public CLong(nint value);
new System.Runtime.InteropServices.CLong : nativeint -> System.Runtime.InteropServices.CLong
Public Sub New (value As IntPtr)

Parametrar

value
IntPtr

nint

nativeint

Heltalsvärdet.

Undantag

value ligger utanför intervallet för den underliggande lagringstypen.

Gäller för