nuint.Implicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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