IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Properties | |
long | Value [get, set] |
Gets or sets. | |
override string | TypeName [get] |
Gets the standard name of the type. | |
override string[] | TypeNames [get] |
Private Attributes | |
long | _Value = 0 |
const string | _TypeName = "counter" |
string[] | _TypeNames = {_TypeName, "cont"} |
long IG::Lib::CounterVar::_Value = 0 [private] |
const string IG::Lib::CounterVar::_TypeName = "counter" [private] |
string [] IG::Lib::CounterVar::_TypeNames = {_TypeName, "cont"} [private] |
long IG::Lib::CounterVar::Value [get, set] |
Gets or sets.
override string IG::Lib::CounterVar::TypeName [get] |
Gets the standard name of the type.
Reimplemented from IG::Lib::VarTypeBase.
override string [] IG::Lib::CounterVar::TypeNames [get] |
Reimplemented from IG::Lib::VarTypeBase.