MonobjcMonobjc Documented Class Library
Minimum Property
NamespacesMonobjc.FoundationNSNumberFormatterMinimum

Returns the lowest number allowed as input by the receiver.

Original signature is '- (NSNumber *)minimum'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSNumber Minimum { get; set; }
Public Overridable Property Minimum As NSNumber
	Get
	Set
public:
virtual property NSNumber^ Minimum {
	NSNumber^ get ();
	void set (NSNumber^ value);
}
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)