pub unsafe extern "C" fn NSDecimalPower(
result: *mut NSDecimal,
number: *const NSDecimal,
power: c_short,
roundingMode: NSRoundingMode,
) -> NSCalculationErrorExpand description
Multiplies a decimal by the specified power of 10.
pub unsafe extern "C" fn NSDecimalPower(
result: *mut NSDecimal,
number: *const NSDecimal,
power: c_short,
roundingMode: NSRoundingMode,
) -> NSCalculationErrorMultiplies a decimal by the specified power of 10.