Table of Contents

Class CBool

Namespace
ReFuel.CVarScript
Assembly
ReFuel.dll
public class CBool : CValue<bool>, IConvertible, ICValue<bool>
Inheritance
CBool
Implements
Inherited Members

Fields

False

public static readonly CBool False

Field Value

CBool

True

public static readonly CBool True

Field Value

CBool

Properties

Value

public override bool Value { get; }

Property Value

bool

Methods

Falsey()

public override bool Falsey()

Returns

bool

Plus(CValue)

public override CValue Plus(CValue right)

Parameters

right CValue

Returns

CValue

Times(CValue)

public override CValue Times(CValue right)

Parameters

right CValue

Returns

CValue

ToFloat()

public override float ToFloat()

Returns

float

ToInteger()

public override int ToInteger()

Returns

int

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Truthy()

public override bool Truthy()

Returns

bool

UnaryMinus()

public override CValue UnaryMinus()

Returns

CValue

UnaryPlus()

public override CValue UnaryPlus()

Returns

CValue

Operators

explicit operator CBool(bool)

public static explicit operator CBool(bool b)

Parameters

b bool

Returns

CBool