~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Headers/Foundation/NSDecimalNumber.h

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
   You should have received a copy of the GNU Library General Public
20
20
   License along with this library; if not, write to the Free
21
 
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
21
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
22
22
   */
23
23
 
24
24
#ifndef __NSDecimalNumber_h_GNUSTEP_BASE_INCLUDE
145
145
                       raiseOnDivideByZero:(BOOL)raiseOnDivideByZero;
146
146
 
147
147
/**
148
 
 * Initializor setting all behavior.  (For more precise control over error
 
148
 * Initializer setting all behavior.  (For more precise control over error
149
149
 * handling, create your own class implementing the [(NSDecimalNumberBehaviors)]
150
150
 * protocol.)
151
151
 */
291
291
- (NSDecimal)decimalValue;
292
292
 
293
293
/**
294
 
 *  Returns string version of number formatted accordng to locale.
 
294
 *  Returns string version of number formatted according to locale.
295
295
 */
296
296
- (NSString *)descriptionWithLocale:(NSDictionary *)locale;
297
297