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