mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
documented functions, types, constants, and variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8a296b3df
commit
0d31eca394
39 changed files with 1010 additions and 116 deletions
|
@ -109,7 +109,7 @@
|
|||
@end
|
||||
|
||||
/**
|
||||
* A utility class adopting [NSDecimalNumberBehaviors] protocol. Can be used
|
||||
* A utility class adopting [(NSDecimalNumberBehaviors)] protocol. Can be used
|
||||
* to control [NSDecimalNumber] rounding and exception-handling behavior, by
|
||||
* passing an instance as an argument to any [NSDecimalNumber] method ending
|
||||
* with <code>...Behavior:</code>.
|
||||
|
@ -134,7 +134,7 @@
|
|||
|
||||
/**
|
||||
* Constructor setting all behavior. (For more precise control over error
|
||||
* handling, create your own class implementing the [NSDecimalNumberBehaviors]
|
||||
* handling, create your own class implementing the [(NSDecimalNumberBehaviors)]
|
||||
* protocol.)
|
||||
*/
|
||||
+ (id)decimalNumberHandlerWithRoundingMode:(NSRoundingMode)roundingMode
|
||||
|
@ -146,7 +146,7 @@
|
|||
|
||||
/**
|
||||
* Initializor setting all behavior. (For more precise control over error
|
||||
* handling, create your own class implementing the [NSDecimalNumberBehaviors]
|
||||
* handling, create your own class implementing the [(NSDecimalNumberBehaviors)]
|
||||
* protocol.)
|
||||
*/
|
||||
- (id)initWithRoundingMode:(NSRoundingMode)roundingMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue