Foundation.NSNumber: Property Members

The properties of Foundation.NSNumber are listed below. For a list of all members, see the NSNumber Members list.

See Also: Inherited members from Foundation.NSValue

Public Properties

[read-only]
BoolValuebool. Convertthis value into a boolean (0 == false).
[read-only]
ByteValuebyte. Converts this value into a byte.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DoubleValuedouble. Returns this number as a double.
[read-only]
FloatValuefloat. Returns this number as a float.
[read-only]
Int16Valueshort. Retrieves the value of the number as a short.
[read-only]
Int32Valueint. Retrieves the value of the number as an int.
[read-only]
Int64Valuelong. Retrieves the value of the number as a long.
[read-only]
LongValuenint. Documentation for this section has not yet been entered.
[read-only]
NFloatValuenfloat. Documentation for this section has not yet been entered.
[read-only]
NIntValuenint. Documentation for this section has not yet been entered.
[read-only]
NSDecimalValueNSDecimal. The value of the number as an NSDecimal.
[read-only]
NUIntValuenuint. Documentation for this section has not yet been entered.
[read-only]
SByteValuesbyte. The value of the number as an sbyte.
[read-only]
StringValuestring. The value of the number formatted as a human-readable string.
[read-only]
UInt16Valueushort. The value of the number as a ushort.
[read-only]
UInt32Valueuint. The value of the number as a uint.
[read-only]
UInt64Valueulong. The value of the number as a ulong.
[read-only]
UnsignedLongValuenuint. Documentation for this section has not yet been entered.