IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.ScalarVar Class Reference

Scalar variable. More...

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

Properties

double Value [get, set]
 Gets or sets More...
 
override string TypeName [get]
 
override string[] TypeNames [get]
 
- Properties inherited from IG.Lib.VarTypeBase
virtual string TypeName [get]
 
virtual string[] TypeNames [get]
 
- Properties inherited from IG.Lib.ITypeName
string TypeName [get]
 Gets the standard name of the type. More...
 
string[] TypeNames [get]
 

Private Attributes

double _Value =0
 

Static Private Attributes

static string _TypeName = "scalar"
 
static string[] _TypeNames = { _TypeName, "scal" }
 

Additional Inherited Members

- Public Member Functions inherited from IG.Lib.VarTypeBase
virtual object FromXmlElement (XmlElement source, ref object initial)
 Creates a new object and initializes it from an XML element. More...
 
virtual XmlElement ToXmlElement (object source, XmlDocument doc, ref XmlElement initial)
 Creates and returns XML representation of an object. More...
 
string ConvertToString (object source, string format)
 
object ParseFromString (string source, string format, int position, out int next)
 

Detailed Description

Scalar variable.

Member Data Documentation

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

Property Documentation

double IG.Lib.ScalarVar.Value
getset

Gets or sets

override string IG.Lib.ScalarVar.TypeName
get
override string [] IG.Lib.ScalarVar.TypeNames
get

The documentation for this class was generated from the following file: