op_Multiply
operator *
Vector2 の乗算演算子
public static Vector2 operator *(Vector2 lhs, double rhs)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Vector2 | 左側の値。 |
rhs | Double | 右側の値。 |
戻り値
乗算の結果。
関連項目
- struct Vector2
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D
operator *
Vector2 の乗算演算子
public static Vector2 operator *(double lhs, Vector2 rhs)
パラメータ | タイプ | 説明 |
---|---|---|
lhs | Double | 左側の値。 |
rhs | Vector2 | 右側の値。 |
戻り値
乗算の結果。
関連項目
- struct Vector2
- 名前空間 Aspose.ThreeD.Utilities
- 組み立て Aspose.3D