cast
function cast<To>(x:NumberLike) -> NumberLike
Cast.
-
To Element type
Real
,Integer
orBoolean
. -
x Argument.
Returns a copy of x with element type converted to To.
function cast<To>(x:NumberLike) -> NumberLike
Cast.
To Element type Real
, Integer
or Boolean
.
x Argument.
Returns a copy of x with element type converted to To.