NSNumber 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("NSNumber", true)]
public class NSNumber : Foundation.NSValue, CloudKit.ICKRecordValue, CoreData.INSFetchRequestResult, IComparable, IComparable<Foundation.NSNumber>, IDisposable, IEquatable<Foundation.NSNumber>
[<Foundation.Register("NSNumber", true)>]
type NSNumber = class
inherit NSValue
interface IComparable
interface IComparable<NSNumber>
interface IEquatable<NSNumber>
interface ICKRecordValue
interface INativeObject
interface IDisposable
interface INSFetchRequestResult
- Inheritance
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSNumber(Boolean) | |
| NSNumber(Byte) | |
| NSNumber(Double) | |
| NSNumber(Int16) | |
| NSNumber(Int32) | |
| NSNumber(Int64) | |
| NSNumber(IntPtr) | |
| NSNumber(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSNumber(NFloat) | |
| NSNumber(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| NSNumber(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSNumber(SByte) | |
| NSNumber(Single) | |
| NSNumber(UInt16) | |
| NSNumber(UInt32) | |
| NSNumber(UInt64) | |
| NSNumber(UIntPtr) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BoolValue | |
| ByteValue | |
| 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) |
| Description | (Inherited from NSObject) |
| DirectionalEdgeInsetsValue | (Inherited from NSValue) |
| DoubleValue | |
| ExposedBindings | (Inherited from NSObject) |
| FloatValue | |
| GCPoint2Value | (Inherited from NSValue) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Int16Value | |
| Int32Value | |
| Int64Value | |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LongValue | |
| NFloatValue | |
| NIntValue | |
| NonretainedObjectValue | (Inherited from NSValue) |
| NSDecimalValue | |
| NUIntValue | |
| ObjCType | (Inherited from NSValue) |
| 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 | |
| SCNMatrix4Value | (Inherited from NSValue) |
| Self | (Inherited from NSObject) |
| SizeFValue |
Returns the SizeF value wrapped by this NSValue object. (Inherited from NSValue) |
| StringValue | |
| 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 | |
| UInt32Value | |
| UInt64Value | |
| UIOffsetValue |
Returns the UIOffset value wrapped by in this NSValue. (Inherited from NSValue) |
| UnsignedLongValue | |
| Vector3Value | (Inherited from NSValue) |
| Vector4Value | (Inherited from NSValue) |
| Zone | (Inherited from NSObject) |