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