NIndex.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Implicit(Index to NIndex) |
Convertit un nombre entier natif en NIndex. |
| Implicit(IntPtr to NIndex) |
Convertit un nombre entier en NIndex. |
Implicit(Index to NIndex)
- Source:
- NIndex.cs
- Source:
- NIndex.cs
- Source:
- NIndex.cs
Convertit un nombre entier natif en 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
Paramètres
- value
- Index
Retours
S’applique à
Implicit(IntPtr to NIndex)
- Source:
- NIndex.cs
- Source:
- NIndex.cs
- Source:
- NIndex.cs
Convertit un nombre entier en 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
Paramètres
- value
-
IntPtr
nativeint