ジャンプ先: 概要. 戻り値. 関連. MEL 例.
dot vector vector
dot は、取り消し可能、照会不可能、および編集不可能です。
vector $u=<<1,2,-2>>, $v=<<3,0,1>>; $x=dot($u, $v); // Result: 1 //