NSDecimalPower

Function NSDecimalPower 

Source
pub unsafe extern "C" fn NSDecimalPower(
    result: *mut NSDecimal,
    number: *const NSDecimal,
    power: c_short,
    roundingMode: NSRoundingMode,
) -> NSCalculationError
Expand description

Multiplies a decimal by the specified power of 10.