Close
Close window
truefalse - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

convert/truefalse

convert an expression to a value of type `truefalse'

Calling Sequence

convert( expr, 'truefalse' )

Parameters

expr

-

any Maple expression that can be evaluated as a boolean

Description

The function convert( expr, 'truefalse' ) attempts to convert the expression expr to one of the two values true and false. This is intended to be used in composition with procedures that return a boolean literal that can include the value FAIL. The value FAIL is replaced by the value false.

The argument expression expr must be an expression that can be evaluated as a boolean, resulting in one of the values true, false, or FAIL. If evalbexpr returns true, then the conversion also returns the value true. Otherwise, the conversion returns the value false.

Examples

>

converttrue,truefalse

true

(1)
>

convertfalse,truefalse

false

(2)
>

convertFAIL,truefalse

false

(3)
>

convert2<3&comma;truefalse

true

(4)
>

converta<b&comma;truefalse

>

sortposint&comma;integer&comma;numeric&comma;string&comma;subtype

string&comma;posint&comma;integer&comma;numeric

(5)
>

sortposint&comma;integer&comma;numeric&comma;string&comma;rcurryconvert&comma;truefalsesubtype

string&comma;posint&comma;integer&comma;numeric

(6)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /