MonobjcMonobjc Documented Class Library
DecimalNumber Method (__target)
NamespacesMonobjc.CorePlotNSNumber_CorePlotAdditionsDecimalNumber(NSNumber)

Original signature is '- (NSDecimalNumber *)decimalNumber;'

Declaration Syntax
C#Visual BasicVisual C++
public static NSDecimalNumber DecimalNumber(
	this NSNumber __target
)
<ExtensionAttribute> _
Public Shared Function DecimalNumber ( _
	__target As NSNumber _
) As NSDecimalNumber
[ExtensionAttribute]
public:
static NSDecimalNumber^ DecimalNumber(
	NSNumber^ __target
)
Parameters
__target (NSNumber)
The target instance.
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.NSNumber_CorePlotAdditions.DecimalNumber(Monobjc.Foundation.NSNumber)"]

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSNumber. When you use instance method syntax to call this method, omit the first parameter.
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.CorePlot (Module: Monobjc.CorePlot)