NSNumber.Explicit Оператор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Explicit(NSNumber to UInt64)
public static explicit operator ulong (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> uint64
Параметры
Возвращаемое значение
Explicit(NSNumber to UInt32)
public static explicit operator uint (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> uint32
Параметры
Возвращаемое значение
Explicit(NSNumber to Single)
public static explicit operator float (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> single
Параметры
Возвращаемое значение
Explicit(NSNumber to SByte)
public static explicit operator sbyte (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> sbyte
Параметры
Возвращаемое значение
Explicit(NSNumber to Int64)
public static explicit operator long (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> int64
Параметры
Возвращаемое значение
Explicit(NSNumber to UInt16)
public static explicit operator ushort (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> uint16
Параметры
Возвращаемое значение
Explicit(NSNumber to Int16)
public static explicit operator short (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> int16
Параметры
Возвращаемое значение
Explicit(NSNumber to Double)
public static explicit operator double (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> double
Параметры
Возвращаемое значение
Explicit(NSNumber to Byte)
public static explicit operator byte (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> byte
Параметры
Возвращаемое значение
Explicit(NSNumber to Boolean)
public static explicit operator bool (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> bool
Параметры
Возвращаемое значение
Explicit(NSNumber to Int32)
public static explicit operator int (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> int
Параметры
Возвращаемое значение