op_Multiply
operator *
Vector2 için çarpma operatörü
public static Vector2 operator *(Vector2 lhs, double rhs)
Parametre | Tip | Tanım |
---|---|---|
lhs | Vector2 | Sol taraf değeri. |
rhs | Double | Sağ taraf değeri. |
Geri dönüş değeri
Çarpmanın sonucu.
Ayrıca bakınız
- struct Vector2
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D
operator *
Vector2 için çarpma operatörü
public static Vector2 operator *(double lhs, Vector2 rhs)
Parametre | Tip | Tanım |
---|---|---|
lhs | Double | Sol taraf değeri. |
rhs | Vector2 | Sağ taraf değeri. |
Geri dönüş değeri
Çarpmanın sonucu.
Ayrıca bakınız
- struct Vector2
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D