public static ulong UnsignedLongLongValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).UnsignedLongLongValue; }
public static NSUInteger UnsignedIntegerValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).UnsignedIntegerValue; }
public static ushort UnsignedShortValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).UnsignedShortValue; }
public static uint UnsignedIntValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).UnsignedIntValue; }
public static long LongLongValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).LongLongValue; }
public static NSInteger IntegerValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).IntegerValue; }
public static int IntValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).IntValue; }
public static short ShortValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).ShortValue; }
public static NSString StringValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).StringValue; }
public static double DoubleValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).DoubleValue; }
public static float FloatValue (NSDecimal value) { return NSDecimalNumber.DecimalNumberWithDecimal (value).FloatValue; }