Class BooleanConstant
Helpers for Boolean constants.
Inheritance
System.Object
BooleanConstant
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Flame.Constants
Assembly: Flame.dll
Syntax
public static class BooleanConstant
Fields
| Improve this Doc View SourceFalse
Gets a Boolean constant for 'false.'
Declaration
public static readonly IntegerConstant False
Field Value
Type | Description |
---|---|
IntegerConstant | The 'false' constant. |
True
Gets a Boolean constant for 'true.'
Declaration
public static readonly IntegerConstant True
Field Value
Type | Description |
---|---|
IntegerConstant | The 'true' constant. |
Methods
| Improve this Doc View SourceCreate(Boolean)
Creates a Boolean constant from a value.
Declaration
public static IntegerConstant Create(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | The constant value. |
Returns
Type | Description |
---|---|
IntegerConstant |