A method identified as deprecated has been superseded and may become unsupported in the future.
Sets the autoranging and floating point number format of the receiver’s cell. (Deprecated in Mac OS X v10.0.)
- (void)setFloatingPointFormat:(BOOL)autoRange left:(NSUInteger)leftDigits right:(NSUInteger)rightDigits
YES to enable autoranging; otherwise, NO.
The number of digits to display to the left of the decimal point.
The number of digits to display to the right of the decimal point.
For more information about autoranging and how it works, see the description of this method in the NSCell class specification. If the cell is being edited, the current edits are discarded and the cell’s interior is redrawn.
NSFormatter. This documentation is provided only for developers who need to modify older applications.– setFloatingPointFormat:left:right: (NSCell)NSControl.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-06-18)