NSNumber.Explicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Explicit(NSNumber to UInt64)
public static explicit operator ulong (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> uint64
Paramètres
Retours
Explicit(NSNumber to UInt32)
public static explicit operator uint (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> uint32
Paramètres
Retours
Explicit(NSNumber to Single)
public static explicit operator float (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> single
Paramètres
Retours
Explicit(NSNumber to SByte)
public static explicit operator sbyte (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> sbyte
Paramètres
Retours
Explicit(NSNumber to Int64)
public static explicit operator long (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> int64
Paramètres
Retours
Explicit(NSNumber to UInt16)
public static explicit operator ushort (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> uint16
Paramètres
Retours
Explicit(NSNumber to Int16)
public static explicit operator short (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> int16
Paramètres
Retours
Explicit(NSNumber to Double)
public static explicit operator double (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> double
Paramètres
Retours
Explicit(NSNumber to Byte)
public static explicit operator byte (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> byte
Paramètres
Retours
Explicit(NSNumber to Boolean)
public static explicit operator bool (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> bool
Paramètres
Retours
Explicit(NSNumber to Int32)
public static explicit operator int (Foundation.NSNumber source);
static member op_Explicit : Foundation.NSNumber -> int
Paramètres
Retours