NSNumber.Implicit 运算符

定义

重载

Implicit(UInt64 to NSNumber)
Implicit(UInt32 to NSNumber)
Implicit(UInt16 to NSNumber)
Implicit(Single to NSNumber)
Implicit(Int64 to NSNumber)
Implicit(SByte to NSNumber)
Implicit(Int16 to NSNumber)
Implicit(Double to NSNumber)
Implicit(Byte to NSNumber)
Implicit(Boolean to NSNumber)
Implicit(Int32 to NSNumber)

Implicit(UInt64 to NSNumber)

public static implicit operator Foundation.NSNumber (ulong value);
static member op_Implicit : uint64 -> Foundation.NSNumber

参数

value
UInt64

返回

适用于

Implicit(UInt32 to NSNumber)

public static implicit operator Foundation.NSNumber (uint value);
static member op_Implicit : uint32 -> Foundation.NSNumber

参数

value
UInt32

返回

适用于

Implicit(UInt16 to NSNumber)

public static implicit operator Foundation.NSNumber (ushort value);
static member op_Implicit : uint16 -> Foundation.NSNumber

参数

value
UInt16

返回

适用于

Implicit(Single to NSNumber)

public static implicit operator Foundation.NSNumber (float value);
static member op_Implicit : single -> Foundation.NSNumber

参数

value
Single

返回

适用于

Implicit(Int64 to NSNumber)

public static implicit operator Foundation.NSNumber (long value);
static member op_Implicit : int64 -> Foundation.NSNumber

参数

value
Int64

返回

适用于

Implicit(SByte to NSNumber)

public static implicit operator Foundation.NSNumber (sbyte value);
static member op_Implicit : sbyte -> Foundation.NSNumber

参数

value
SByte

返回

适用于

Implicit(Int16 to NSNumber)

public static implicit operator Foundation.NSNumber (short value);
static member op_Implicit : int16 -> Foundation.NSNumber

参数

value
Int16

返回

适用于

Implicit(Double to NSNumber)

public static implicit operator Foundation.NSNumber (double value);
static member op_Implicit : double -> Foundation.NSNumber

参数

value
Double

返回

适用于

Implicit(Byte to NSNumber)

public static implicit operator Foundation.NSNumber (byte value);
static member op_Implicit : byte -> Foundation.NSNumber

参数

value
Byte

返回

适用于

Implicit(Boolean to NSNumber)

public static implicit operator Foundation.NSNumber (bool value);
static member op_Implicit : bool -> Foundation.NSNumber

参数

value
Boolean

返回

适用于

Implicit(Int32 to NSNumber)

public static implicit operator Foundation.NSNumber (int value);
static member op_Implicit : int -> Foundation.NSNumber

参数

value
Int32

返回

适用于