Example #1
0
 static extern IntPtr NSDecimalString(ref NSDecimal value, IntPtr locale);
Example #2
0
 public static extern NSComparisonResult Power(out NSDecimal result, ref NSDecimal number, int power, NSRoundingMode mode);
Example #3
0
 public static extern NSComparisonResult MultiplyByPowerOf10(out NSDecimal result, ref NSDecimal number, short power10, NSRoundingMode mode);
Example #4
0
 public static extern NSCalculationError Normalize(ref NSDecimal number1, ref NSDecimal number2);
Example #5
0
 public static extern NSCalculationError Divide(out NSDecimal result, ref NSDecimal left, ref NSDecimal right, NSRoundingMode mode);
Example #6
0
 public static extern NSComparisonResult Compare(ref NSDecimal left, ref NSDecimal right);
Example #7
0
 public static extern void Round(out NSDecimal result, ref NSDecimal number, int scale, NSRoundingMode mode);
Example #8
0
 public static extern NSComparisonResult Compare(ref NSDecimal left, ref NSDecimal right);
Example #9
0
 public static extern NSCalculationError Multiply(out NSDecimal result, ref NSDecimal left, ref NSDecimal right, NSRoundingMode mode);
Example #10
0
 static extern IntPtr NSDecimalString(ref NSDecimal value, IntPtr locale);
Example #11
0
 public static extern void Round(out NSDecimal result, ref NSDecimal number, int scale, NSRoundingMode mode);
Example #12
0
 public static extern NSComparisonResult Power(out NSDecimal result, ref NSDecimal number, int power, NSRoundingMode mode);
Example #13
0
 public static extern NSCalculationError Normalize(ref NSDecimal number1, ref NSDecimal number2);
Example #14
0
 public static extern NSComparisonResult MultiplyByPowerOf10(out NSDecimal result, ref NSDecimal number, short power10, NSRoundingMode mode);