Example #1
0
		public static ulong UnsignedLongLongValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).UnsignedLongLongValue;
		}
Example #2
0
		public static NSUInteger UnsignedIntegerValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).UnsignedIntegerValue;
		}
Example #3
0
		public static ushort UnsignedShortValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).UnsignedShortValue;
		}
Example #4
0
		public static uint UnsignedIntValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).UnsignedIntValue;
		}
Example #5
0
		public static long LongLongValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).LongLongValue;
		}
Example #6
0
		public static NSInteger IntegerValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).IntegerValue;
		}
Example #7
0
		public static int IntValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).IntValue;
		}
Example #8
0
		public static short ShortValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).ShortValue;
		}
Example #9
0
		public static NSString StringValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).StringValue;
		}
Example #10
0
		public static double DoubleValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).DoubleValue;
		}
Example #11
0
		public static float FloatValue (NSDecimal value)
		{
			return NSDecimalNumber.DecimalNumberWithDecimal (value).FloatValue;
		}