MonobjcMonobjc Documented Class Library
SetFloatingPointFormatLeftRight Method (autoRange, leftDigits, rightDigits)
NamespacesMonobjc.AppKitNSControlSetFloatingPointFormatLeftRight(Boolean, NSUInteger, NSUInteger)

Sets the auto-ranging and floating point number format of the receiver’s cell. (Deprecated in Mac OS X v10.0.)

Original signature is '- (void)setFloatingPointFormat:(BOOL)autoRange left:(NSUInteger)leftDigits right:(NSUInteger)rightDigits'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.0.")]
public virtual void SetFloatingPointFormatLeftRight(
	bool autoRange,
	NSUInteger leftDigits,
	NSUInteger rightDigits
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.0.")> _
Public Overridable Sub SetFloatingPointFormatLeftRight ( _
	autoRange As Boolean, _
	leftDigits As NSUInteger, _
	rightDigits As NSUInteger _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.0.")]
public:
virtual void SetFloatingPointFormatLeftRight(
	bool autoRange, 
	NSUInteger leftDigits, 
	NSUInteger rightDigits
)
Parameters
autoRange (Boolean)
YES to enable auto-ranging; otherwise, NO.
leftDigits (NSUInteger)
The number of digits to display to the left of the decimal point.
rightDigits (NSUInteger)
The number of digits to display to the right of the decimal point.
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.AppKit (Module: Monobjc.AppKit)