次の方法で共有


NIndex.Implicit Operator

定義

オーバーロード

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

戻り値

適用対象