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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.