Show / Hide Table of Contents

    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 Source

    False

    Gets a Boolean constant for 'false.'

    Declaration
    public static readonly IntegerConstant False
    Field Value
    Type Description
    IntegerConstant

    The 'false' constant.

    | Improve this Doc View Source

    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 Source

    Create(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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX