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