op_Multiply

operator *

  • の演算子のオーバーロード
public static Vector4 operator *(Vector4 lhs, Vector4 rhs)
パラメータタイプ説明
lhsVector4左のベクトル
rhsVector4正しいベクトル

戻り値

結果ベクトル

関連項目


operator *

  • の演算子のオーバーロード
public static Vector4 operator *(Vector4 lhs, double rhs)
パラメータタイプ説明
lhsVector4左のベクトル
rhsDouble右 double 値

戻り値

結果ベクトル

関連項目