NSDecimal.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Explicit(NSDecimal to Decimal)
public static explicit operator decimal (Foundation.NSDecimal value);
static member op_Explicit : Foundation.NSDecimal -> decimal
Parameters
Returns
Explicit(NSDecimal to Double)
public static explicit operator double (Foundation.NSDecimal value);
static member op_Explicit : Foundation.NSDecimal -> double
Parameters
Returns
Explicit(NSDecimal to Int32)
public static explicit operator int (Foundation.NSDecimal value);
static member op_Explicit : Foundation.NSDecimal -> int
Parameters
Returns
Explicit(NSDecimal to Single)
public static explicit operator float (Foundation.NSDecimal value);
static member op_Explicit : Foundation.NSDecimal -> single
Parameters
Returns