TMtxExpression.EvaluateBool Method

Overload List

#SignatureDescription
1function EvaluateBool: Boolean;Evaluates all expressions from the list.
2function EvaluateBool(Index: Integer): Boolean;Evaluates expression at the specified index.

Overload 1: function EvaluateBool: Boolean;

Evaluates all expressions from the list.

Returns: Boolean - the result of the last expression as a single boolean value.

Overload 2: function EvaluateBool(Index: Integer): Boolean;

Evaluates expression at the specified index.

#NameTypeDescription
1IndexIntegerstart index

Returns: Boolean - the result as a boolean value.

See Also: TMtxExpression.Evaluate, TMtxExpression.EvaluateComplex, TMtxExpression.EvaluateVector, TMtxExpression.EvaluateMatrix