MonobjcMonobjc Documented Class Library
DecimalNumberByMultiplyingByPowerOf10WithBehavior Method (power, behavior)
NamespacesMonobjc.FoundationNSDecimalNumberDecimalNumberByMultiplyingByPowerOf10WithBehavior(Int16, INSDecimalNumberBehaviors)

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

Original signature is '- (NSDecimalNumber *)decimalNumberByMultiplyingByPowerOf10:(short)power withBehavior:(id < NSDecimalNumberBehaviors >)behavior'

Available in Mac OS X v10.0 and later.

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

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

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)