The methods of Foundation.NSNumber are listed below. For a list of all members, see the NSNumber Members list.
See Also: Inherited members from Foundation.NSValue
Compare(NSNumber)Compares this to another number and returns a value indicating whether it is less than, equal, or greater than this. | ||
CompareTo(NSNumber)Documentation for this section has not yet been entered. | ||
CompareTo(object)Documentation for this section has not yet been entered. | ||
DescriptionWithLocale(NSLocale)Returns a localized description of this number. | ||
Equals(NSNumber)Documentation for this section has not yet been entered. | ||
override | Equals(object)Documentation for this section has not yet been entered. | |
static | FromBoolean(bool)Factory method that creates a number from a bool. | |
static | FromByte(byte)Factory method to create a number from a byte. | |
static | FromDouble(double)Factory method to create a number from a double. | |
static | FromFloat(float)Factory method to create a number from a float. | |
static | FromInt16(short)Factory method to create a number from a short. | |
static | FromInt32(int)Factory method to create a number from an int. | |
static | FromInt64(long)Factory method to create a number from a long. | |
static | FromLong(nint)Documentation for this section has not yet been entered. | |
static | FromNFloat(nfloat)Documentation for this section has not yet been entered. | |
static | FromNInt(nint)Documentation for this section has not yet been entered. | |
static | FromNUInt(nuint)Documentation for this section has not yet been entered. | |
static | FromSByte(sbyte)Factory method to create a number from an sbyte. | |
static | FromUInt16(ushort)Factory method to create a number from a ushort. | |
static | FromUInt32(uint)Factory method to create a number from a uint. | |
static | FromUInt64(ulong)Factory method to create a number from a ulong. | |
static | FromUnsignedLong(nuint)Documentation for this section has not yet been entered. | |
override | GetHashCode()Generates a hash code for the current instance. | |
override | ToString()Returns a string representation of the value of the current instance. | |