NSDecimalNumber Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("NSDecimalNumber", true)]
public class NSDecimalNumber : Foundation.NSNumber, IDisposable
[<Foundation.Register("NSDecimalNumber", true)>]
type NSDecimalNumber = class
inherit NSNumber
interface INSCoding
interface INativeObject
interface IDisposable
interface INSSecureCoding
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSDecimalNumber() |
Creates a new NSDecimalNumber with default values. |
| NSDecimalNumber(Int64, Int16, Boolean) | |
| NSDecimalNumber(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSDecimalNumber(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| NSDecimalNumber(NSDecimal) | |
| NSDecimalNumber(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSDecimalNumber(String, NSObject) | |
| NSDecimalNumber(String) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BoolValue | (Inherited from NSNumber) |
| ByteValue | (Inherited from NSNumber) |
| CATransform3DValue |
Returns the CATransform3D value wrapped by this NSValue object. (Inherited from NSValue) |
| CGAffineTransformValue |
Returns the CGAffineTransform value wrapped by this NSValue object. (Inherited from NSValue) |
| CGPointValue | (Inherited from NSValue) |
| CGRectValue | (Inherited from NSValue) |
| CGSizeValue | (Inherited from NSValue) |
| CGVectorValue | (Inherited from NSValue) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CMTimeMappingValue |
Returns the CMTimeMapping value wrapped by this NSValue object. (Inherited from NSValue) |
| CMTimeRangeValue |
Returns the CMTimeRange value wrapped by this NSValue object. (Inherited from NSValue) |
| CMTimeValue |
Returns the CMTime value wrapped by this NSValue object. (Inherited from NSValue) |
| CMVideoDimensionsValue | (Inherited from NSValue) |
| CoordinateSpanValue |
The MKCoordinateSpan stored in this NSValue. (Inherited from NSValue) |
| CoordinateValue |
The CLLocationCoordinate2D stored in this NSValue. (Inherited from NSValue) |
| DebugDescription | (Inherited from NSObject) |
| DefaultBehavior | |
| Description | (Inherited from NSObject) |
| DirectionalEdgeInsetsValue | (Inherited from NSValue) |
| DoubleValue | |
| ExposedBindings | (Inherited from NSObject) |
| FloatValue | (Inherited from NSNumber) |
| GCPoint2Value | (Inherited from NSValue) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Int16Value | (Inherited from NSNumber) |
| Int32Value | (Inherited from NSNumber) |
| Int64Value | (Inherited from NSNumber) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LongValue | (Inherited from NSNumber) |
| MaxValue | |
| MinValue | |
| NaN | |
| NFloatValue | (Inherited from NSNumber) |
| NIntValue | (Inherited from NSNumber) |
| NonretainedObjectValue | (Inherited from NSValue) |
| NSDecimalValue | |
| NUIntValue | (Inherited from NSNumber) |
| ObjCType | (Inherited from NSValue) |
| One | |
| PointerValue | (Inherited from NSValue) |
| PointFValue |
Returns the PointF value wrapped by this NSValue object. (Inherited from NSValue) |
| RangeValue | (Inherited from NSValue) |
| RectangleFValue |
Returns the RectangleF value wrapped by this NSValue object. (Inherited from NSValue) |
| RetainCount | (Inherited from NSObject) |
| SByteValue | (Inherited from NSNumber) |
| SCNMatrix4Value | (Inherited from NSValue) |
| Self | (Inherited from NSObject) |
| SizeFValue |
Returns the SizeF value wrapped by this NSValue object. (Inherited from NSValue) |
| StringValue | (Inherited from NSNumber) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| UIEdgeInsetsValue |
Returns the UIEdgeInsets value wrapped by this NSValue object. (Inherited from NSValue) |
| UInt16Value | (Inherited from NSNumber) |
| UInt32Value | (Inherited from NSNumber) |
| UInt64Value | (Inherited from NSNumber) |
| UIOffsetValue |
Returns the UIOffset value wrapped by in this NSValue. (Inherited from NSValue) |
| UnsignedLongValue | (Inherited from NSNumber) |
| Vector3Value | (Inherited from NSValue) |
| Vector4Value | (Inherited from NSValue) |
| Zero | |
| Zone | (Inherited from NSObject) |