GlobalParams Class

Note: This API is now obsolete.
Contains static global options for the application instance.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
[ObsoleteAttribute("Use SessionProfile enabled interfaces instead. SessionProfile contains all session specific options moved there from obsolete GlobalParams.")]
public class GlobalParams : GlobalProfile
Inheritance
Object    GlobalProfile    GlobalParams

Constructors

GlobalParamsInitializes a new instance of the GlobalParams class

Properties

ArgumentsSeparator Function's arguments separator to use within a program.
CurLang3Letter Three-letter code of the language. In general complies with ISO 639-2, but there are several exceptions due to backward compatibility and in complex cases.
CurrentArgumentsSeparator Function's arguments separator to use within a program.
CurrentDecimalSymbol Decimal Symbol. Also used as a char to start subscript in the variables names.
DecimalPlaces Number of decimal places in the result.
DecimalSymbol Decimal Symbol. Also used as a char to start subscript in the variables names.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also