DataValue Class

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


[Serializable]
DefaultValue = public class(Value)

The DataValue class is a simple constant expression, like a number or a string. The Value Class has operator overloads to be able to implicitly convert numbers/strings and floats to values, and explicitly back.

Namespace: Cirrus Values


Members

Method
Description
constructor(aType: IType; aValue: Object)Create a new instance of this class; use this overload to create enum constants (pass the type as the first parameter)
constructor(aValue: Object)Create a new instance of this class
constructorCreate a new instance of this class


Properties

Property
Description
Type: ITypeType of this data avalue
Value: ObjectValue of this data value


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox