MonobjcMonobjc Documented Class Library
NumberWithUnsignedLongLong Method (value)
NamespacesMonobjc.FoundationNSNumberNumberWithUnsignedLongLong(UInt64)

Creates and returns an NSNumber object containing a given value, treating it as an unsigned long long.

Original signature is '+ (NSNumber *)numberWithUnsignedLongLong:(unsigned long long)value'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSNumber NumberWithUnsignedLongLong(
	ulong value
)
Public Shared Function NumberWithUnsignedLongLong ( _
	value As ULong _
) As NSNumber
public:
static NSNumber^ NumberWithUnsignedLongLong(
	unsigned long long value
)
Parameters
value (UInt64)
The value for the new number.
Return Value
An NSNumber object containing value, treating it as an unsigned long long.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)