RF Touchstone / touchstone / multiply
Variable: multiply()
multiply: {<
T
>(x
,y
):Matrix
; <T
>(x
,y
):Matrix
; <T
>(x
,y
):T
; <T
>(x
,y
):T
; <T
>(x
,y
):T
[]; <T
>(x
,y
):MathScalarType
; (x
,y
):Unit
; (x
,y
):number
; (x
,y
):MathType
; <T
>(...values
):T
; (...values
):MathType
; }
Defined in: node_modules/mathjs/types/index.d.ts:7192
Call Signature
<
T
>(x
,y
):Matrix
Multiply two values, x * y. The result is squeezed. For matrices, the matrix product is calculated.
Type Parameters
T
T
extends Matrix
<MathNumericType
>
Parameters
x
T
The first value to multiply
y
MathType
The second value to multiply
Returns
Matrix
Multiplication of x and y
Call Signature
<
T
>(x
,y
):Matrix
Type Parameters
T
T
extends Matrix
<MathNumericType
>
Parameters
x
MathType
y
T
Returns
Matrix
Call Signature
<
T
>(x
,y
):T
Type Parameters
T
T
extends MathArray
<MathNumericType
>
Parameters
x
T
y
T
[]
Returns
T
Call Signature
<
T
>(x
,y
):T
Type Parameters
T
T
extends MathArray
<MathNumericType
>
Parameters
x
T
[]
y
T
Returns
T
Call Signature
<
T
>(x
,y
):T
[]
Type Parameters
T
T
extends MathArray
<MathNumericType
>
Parameters
x
T
[]
y
T
[]
Returns
T
[]
Call Signature
<
T
>(x
,y
):MathScalarType
Type Parameters
T
T
extends MathArray
<MathNumericType
>
Parameters
x
T
y
T
Returns
MathScalarType
Call Signature
(
x
,y
):Unit
Parameters
x
Unit
y
Unit
Returns
Unit
Call Signature
(
x
,y
):number
Parameters
x
number
y
number
Returns
number
Call Signature
(
x
,y
):MathType
Parameters
x
MathType
y
MathType
Returns
MathType
Call Signature
<
T
>(...values
):T
Type Parameters
T
T
extends MathType
Parameters
values
...T
[]
Returns
T
Call Signature
(...
values
):MathType
Parameters
values
...MathType
[]
Returns
MathType