(this * exp)
.
null
if they're invalid
@see #toNumber
this
Matrix by a scalar
@param scalar
@return a new instance
Each operand must derive from {@link LuaNumber}or derive from {@link LuaString} and be convertible to a number @param rhs The right-hand-side value to perform the multiply with @return value of {@code (this * rhs)} if both are numeric, or {@link LuaValue} if metatag processing occurs @throws LuaError if either operand is not a number or string convertible to number, and neither has the {@link MUL} metatag defined @see #arithmt(LuaValue,LuaValue)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|