Επεξεργασία

Κοινή χρήση μέσω


NIndex.Implicit Operator

Definition

Overloads

Implicit(Index to NIndex)

Converts native integer number to an NIndex.

Implicit(IntPtr to NIndex)

Converts integer number to an NIndex.

Implicit(Index to NIndex)

Source:
NIndex.cs

Converts native integer number to an 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

Parameters

value
Index

Returns

Applies to

Implicit(IntPtr to NIndex)

Source:
NIndex.cs

Converts integer number to an 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

Parameters

value
IntPtr

nativeint

Returns

Applies to