MonobjcMonobjc Documented Class Library
DefaultBehavior Property
NamespacesMonobjc.FoundationNSDecimalNumberDefaultBehavior

Returns the way arithmetic methods, like decimalNumberByAdding:, round off and handle error conditions.

Original signature is '+ (id < NSDecimalNumberBehaviors >)defaultBehavior'

Available in Mac OS X v10.0 and later.

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