共用方式為


NIndex.Implicit 運算子

定義

多載

Implicit(Index to NIndex)

將原生整數轉換成 NIndex。

Implicit(IntPtr to NIndex)

將整數轉換為 NIndex。

Implicit(Index to NIndex)

來源:
NIndex.cs

將原生整數轉換成 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

參數

value
Index

傳回

適用於

Implicit(IntPtr to NIndex)

來源:
NIndex.cs

將整數轉換為 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

參數

value
IntPtr

nativeint

傳回

適用於