IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Scalar variable. More...
Properties | |
double | Value [get, set] |
Gets or sets. | |
override string | TypeName [get] |
Gets the standard name of the type. | |
override string[] | TypeNames [get] |
Private Attributes | |
double | _Value = 0 |
Static Private Attributes | |
static string | _TypeName = "scalar" |
static string[] | _TypeNames = { _TypeName, "scal" } |
Scalar variable.
double IG::Lib::ScalarVar::_Value = 0 [private] |
string IG::Lib::ScalarVar::_TypeName = "scalar" [static, private] |
string [] IG::Lib::ScalarVar::_TypeNames = { _TypeName, "scal" } [static, private] |
double IG::Lib::ScalarVar::Value [get, set] |
Gets or sets.
override string IG::Lib::ScalarVar::TypeName [get] |
Gets the standard name of the type.
Reimplemented from IG::Lib::VarTypeBase.
override string [] IG::Lib::ScalarVar::TypeNames [get] |
Reimplemented from IG::Lib::VarTypeBase.