Method Math.Angle()->`*()
- Method
`*
 float|int|Angleres =Math.Angle()*_angle- Description
 Returns the product between this angle and the provided value. If differenced with an angle, a new angle object is returned.
float|int|Angle res = Math.Angle() * _angle
Returns the product between this angle and the provided value. If differenced with an angle, a new angle object is returned.