NIndex.Implicit Operator

Definition

Überlädt

Implicit(Index to NIndex)

Wandelt die systemeigene ganzzahlige Zahl in einen NIndex um.

Implicit(IntPtr to NIndex)

Wandelt ganze Zahl in einen NIndex um.

Implicit(Index to NIndex)

Quelle:
NIndex.cs

Wandelt die systemeigene ganzzahlige Zahl in einen NIndex um.

public:
 static operator System::Buffers::NIndex(Index value);
public static implicit operator System.Buffers.NIndex (Index value);
static member op_Implicit : Index -> System.Buffers.NIndex
Public Shared Widening Operator CType (value As Index) As NIndex

Parameter

value
Index

Gibt zurück

Gilt für:

Implicit(IntPtr to NIndex)

Quelle:
NIndex.cs

Wandelt ganze Zahl in einen NIndex um.

public:
 static operator System::Buffers::NIndex(IntPtr value);
public static implicit operator System.Buffers.NIndex (IntPtr value);
static member op_Implicit : nativeint -> System.Buffers.NIndex
Public Shared Widening Operator CType (value As IntPtr) As NIndex

Parameter

value
IntPtr

nativeint

Gibt zurück

Gilt für: