mul
Call Signature
Section titled “Call Signature”mul(
lhs
,rhs
):number
Defined in: packages/typegpu/src/std/numeric.ts:175
Parameters
Section titled “Parameters”number
number
Returns
Section titled “Returns”number
Call Signature
Section titled “Call Signature”mul<
MV
>(lhs
,rhs
):MV
Defined in: packages/typegpu/src/std/numeric.ts:175
Type Parameters
Section titled “Type Parameters”• MV extends AnyNumericVecInstance
| AnyMatInstance
Parameters
Section titled “Parameters”number
MV
Returns
Section titled “Returns”MV
Call Signature
Section titled “Call Signature”mul<
MV
>(lhs
,rhs
):MV
Defined in: packages/typegpu/src/std/numeric.ts:175
Type Parameters
Section titled “Type Parameters”• MV extends AnyNumericVecInstance
| AnyMatInstance
Parameters
Section titled “Parameters”MV
number
Returns
Section titled “Returns”MV
Call Signature
Section titled “Call Signature”mul<
V
>(lhs
,rhs
):V
Defined in: packages/typegpu/src/std/numeric.ts:175
Type Parameters
Section titled “Type Parameters”• V extends AnyNumericVecInstance
Parameters
Section titled “Parameters”V
V
Returns
Section titled “Returns”V
Call Signature
Section titled “Call Signature”mul<
M
,V
>(lhs
,rhs
):V
Defined in: packages/typegpu/src/std/numeric.ts:175
Type Parameters
Section titled “Type Parameters”• M extends AnyMatInstance
Parameters
Section titled “Parameters”V
M
Returns
Section titled “Returns”V
Call Signature
Section titled “Call Signature”mul<
M
,V
>(lhs
,rhs
):V
Defined in: packages/typegpu/src/std/numeric.ts:175
Type Parameters
Section titled “Type Parameters”• M extends AnyMatInstance
Parameters
Section titled “Parameters”M
V
Returns
Section titled “Returns”V
Call Signature
Section titled “Call Signature”mul<
M
>(lhs
,rhs
):M
Defined in: packages/typegpu/src/std/numeric.ts:175
Type Parameters
Section titled “Type Parameters”• M extends AnyMatInstance
Parameters
Section titled “Parameters”M
M
Returns
Section titled “Returns”M
Call Signature
Section titled “Call Signature”mul<
Lhs
,Rhs
>(lhs
,rhs
):Lhs
|Rhs
Defined in: packages/typegpu/src/std/numeric.ts:175
Type Parameters
Section titled “Type Parameters”• Lhs extends number
| AnyNumericVecInstance
| AnyMatInstance
• Rhs extends number
| AnyNumericVecInstance
| AnyMatInstance
Parameters
Section titled “Parameters”Lhs
Rhs
Returns
Section titled “Returns”Lhs
| Rhs