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