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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.