MonobjcMonobjc Documented Class Library
DecimalNumberByMultiplyingByPowerOf10 Method (power)
NamespacesMonobjc.FoundationNSDecimalNumberDecimalNumberByMultiplyingByPowerOf10(Int16)

Multiplies the receiver by 10^power and returns the product, a newly created NSDecimalNumber object.

Original signature is '- (NSDecimalNumber *)decimalNumberByMultiplyingByPowerOf10:(short)power'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDecimalNumber DecimalNumberByMultiplyingByPowerOf10(
	short power
)
Public Overridable Function DecimalNumberByMultiplyingByPowerOf10 ( _
	power As Short _
) As NSDecimalNumber
public:
virtual NSDecimalNumber^ DecimalNumberByMultiplyingByPowerOf10(
	short power
)
Parameters
power (Int16)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSDecimalNumber.DecimalNumberByMultiplyingByPowerOf10(System.Int16)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)