nuint.Implicit Оператор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Implicit(nuint to UInt64)
public static implicit operator ulong (nuint v);
static member op_Implicit : nuint -> uint64
Параметры
- v
- System.System.UIntPtr System.unativeint
Возвращаемое значение
Применяется к
Implicit(UInt32 to nuint)
public static implicit operator nuint (uint v);
static member op_Implicit : uint32 -> nuint
Параметры
- v
- UInt32
Возвращаемое значение
System.System.UIntPtr
System.unativeint
Применяется к
Implicit(UInt16 to nuint)
public static implicit operator nuint (ushort v);
static member op_Implicit : uint16 -> nuint
Параметры
- v
- UInt16
Возвращаемое значение
System.System.UIntPtr
System.unativeint
Применяется к
Implicit(nuint to Single)
public static implicit operator float (nuint v);
static member op_Implicit : nuint -> single
Параметры
- v
- System.System.UIntPtr System.unativeint
Возвращаемое значение
Применяется к
Implicit(nuint to Decimal)
public static implicit operator decimal (nuint v);
static member op_Implicit : nuint -> decimal
Параметры
- v
- System.System.UIntPtr System.unativeint
Возвращаемое значение
Применяется к
Implicit(nuint to Double)
public static implicit operator double (nuint v);
static member op_Implicit : nuint -> double
Параметры
- v
- System.System.UIntPtr System.unativeint
Возвращаемое значение
Применяется к
Implicit(nuint to nfloat)
public static implicit operator nfloat (nuint v);
static member op_Implicit : nuint -> nfloat
Параметры
- v
- System.System.UIntPtr System.unativeint
Возвращаемое значение
Применяется к
Implicit(Char to nuint)
public static implicit operator nuint (char v);
static member op_Implicit : char -> nuint
Параметры
- v
- Char
Возвращаемое значение
System.System.UIntPtr
System.unativeint
Применяется к
Implicit(Byte to nuint)
public static implicit operator nuint (byte v);
static member op_Implicit : byte -> nuint
Параметры
- v
- Byte
Возвращаемое значение
System.System.UIntPtr
System.unativeint