[ObsoleteAttribute("Use SessionProfile enabled interfaces instead. SessionProfile contains all session specific options moved there from obsolete GlobalParams.")]
public class GlobalParams : GlobalProfile<ObsoleteAttribute("Use SessionProfile enabled interfaces instead. SessionProfile contains all session specific options moved there from obsolete GlobalParams.")>
Public Class GlobalParams
Inherits GlobalProfile[ObsoleteAttribute(L"Use SessionProfile enabled interfaces instead. SessionProfile contains all session specific options moved there from obsolete GlobalParams.")]
public ref class GlobalParams : public GlobalProfile[<ObsoleteAttribute("Use SessionProfile enabled interfaces instead. SessionProfile contains all session specific options moved there from obsolete GlobalParams.")>]
type GlobalParams =
class
inherit GlobalProfile
end| GlobalParams | Initializes a new instance of the GlobalParams class |
| 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. |
| CurrentUnitsLanguage | Selected language of the built-in units. |
| DecimalPlaces | Number of decimal places in the result. |
| DecimalSymbol | Decimal Symbol. Also used as a char to start subscript in the variables names. |
| ExponentialThreshold | Exponential threshold of the result value. |
| IntegralAccuracy | Accuracy of the Integral calculation. |
| NamingType | Gets or sets a type of the functions to be displayed. |
| SolveFromPoint | Start value of the interval for numerical solve function. |
| SolveToPoint | End value of the interval for numerical solve function. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |