IIfValue 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]
IIfValue = public class(Value)

An IIF value is a conditional expression, the first parameter is the condition which is always evaluated. If it's true the second parameter is evaluated, if it's false the third parameter is evaluated.

Namespace: Cirrus Values


Members

Method
Description
constructor(aCondition, aTrue, aFalse: Value)Create a new instance of this class
constructor(aCondition, aTrue, aFalse: Value; aResultType: IType)Create a new instance of this class
constructorCreate a new instance of this class
ToString: System.StringConvert this value to a string


Properties

Property
Description
Condition: ValueGets or sets the condition for this IIF expression
False: ValueThe false value
True: ValueThe true value
Type: ITypeThe result type


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox