NIndex.Implicit Operátor

Definice

Přetížení

Implicit(Index to NIndex)

Převede nativní celé číslo na NIndex.

Implicit(IntPtr to NIndex)

Převede celočíselné číslo na NIndex.

Implicit(Index to NIndex)

Zdroj:
NIndex.cs

Převede nativní celé číslo na NIndex.

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

Parametry

value
Index

Návraty

Platí pro

Implicit(IntPtr to NIndex)

Zdroj:
NIndex.cs

Převede celočíselné číslo na NIndex.

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

Parametry

value
IntPtr

nativeint

Návraty

Platí pro