IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Lib::ScalarVar Class Reference

Scalar variable. More...

Inheritance diagram for IG::Lib::ScalarVar:
Collaboration diagram for IG::Lib::ScalarVar:

List of all members.

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" }

Detailed Description

Scalar variable.


Member Data Documentation

double IG::Lib::ScalarVar::_Value = 0 [private]
string IG::Lib::ScalarVar::_TypeName = "scalar" [static, private]
string [] IG::Lib::ScalarVar::_TypeNames = { _TypeName, "scal" } [static, private]

Property Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events