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

Sets the receiver’s floating-point format. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

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++
public virtual void SetFloatingPointFormatLeftRight(
	bool autoRange,
	NSUInteger leftDigits,
	NSUInteger rightDigits
)
Public Overridable Sub SetFloatingPointFormatLeftRight ( _
	autoRange As Boolean, _
	leftDigits As NSUInteger, _
	rightDigits As NSUInteger _
)
public:
virtual void SetFloatingPointFormatLeftRight(
	bool autoRange, 
	NSUInteger leftDigits, 
	NSUInteger rightDigits
)
Parameters
autoRange (Boolean)
NO if you want the receiver to places digits to the right and left of the decimal point as specified (in leftDigits and rightDigits; YES if you want it to place the digits flexibly.
leftDigits (NSUInteger)
The maximum number of digits to the left of the decimal point. The receiver might interpret this value flexibly if autoRange is YES.
rightDigits (NSUInteger)
The maximum number of digits to the right of the decimal point. The receiver might interpret this value flexibly if autoRange is YES.
Version Information
  • Available in Monobjc Bridge: 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)