MonobjcMonobjc Documented Class Library
FloatValue Method (__target)
NamespacesMonobjc.CorePlotNSDecimalNumber_CorePlotAdditionsFloatValue(NSDecimalNumber)

Original signature is '- (CGFloat)floatValue;'

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

[Missing <returns> documentation for "M:Monobjc.CorePlot.NSDecimalNumber_CorePlotAdditions.FloatValue(Monobjc.Foundation.NSDecimalNumber)"]

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSDecimalNumber. 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)