Math.Dot¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
Any valid integer(s), floating point number(s), or a sequence of such entities supported by this operation. | Float2 [Float2] Float3 [Float3] Float4 [Float4] |
||
<output> |
The result of the operation, usually in the same type as the input value. | Float |
||
Operand |
The operand. | 0 |
Float2 [Float2] Float3 [Float3] Float4 [Float4] &Float2 &[Float2] &Float3 &[Float3] &Float4 &[Float4] |
Applies the binary operation on the input value and the operand and returns the result (or a sequence of results if the input and the operand are sequences).