type/.
check for an expression of type `.`
Calling Sequence
Parameters
Description
Supertypes
Examples
type(expr, `.`)
expr
-
any expression
The type(expr, `.`) function checks for expressions that use `.` as a (non-commutative) multiplication operator. For more information about the `.` operator, see dot.
type/function
type3.2,`.`
false
type3·x,`.`
typea·b,`.`
true
V≔Vectorrow2,2
V≔22
M≔Matrix1,2,3,4
M≔1234
typeV·M,`.`
typeλ·M,`.`
See Also
dot
Matrix
type
Vector
Download Help Document