Original signature is '- (CGFloat)floatValue;'

C# | Visual Basic | Visual 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 )

- __target (NSDecimalNumber)
- The target instance.

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

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.

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