Represents a conditional block in a model definition. Anything defined inside
the block is placed inside a gate, whose condition is the condition of the block.
| C# | Visual Basic | Visual C++ |
public class ConditionBlock<T> : ConditionBlock
Public Class ConditionBlock(Of T) _ Inherits ConditionBlock
generic<typename T> public ref class ConditionBlock : public ConditionBlock
- T
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| ConditionValue |
The value of the condition variable which switches on this IfBlock.
| |
| ConditionVariable |
The random variable which controls when this IfBlock is active.
| |
| ConditionVariableUntyped |
The condition variable for this condition block.
(Overrides ConditionBlock.ConditionVariableUntyped.) |
| Object | ||||
| StatementBlock | ||||
| ConditionBlock | ||||
| ConditionBlock<(Of <(T>)>) | ||||
| CaseBlock | ||||
| IfBlock | ||||
| SwitchBlock | ||||