MonobjcMonobjc Documented Class Library
NegativeInfinitySymbol Property
NamespacesMonobjc.FoundationNSNumberFormatterNegativeInfinitySymbol

Returns the symbol the receiver uses to represent negative infinity.

Original signature is '- (NSString *)negativeInfinitySymbol'

Available in Mac OS X v10.4 and later.

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