NIndex.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.