UnitRectangularMultiply Operator (Double, UnitRectangular) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Rectangular operator *(
	double left,
	UnitRectangular right
)
Public Shared Operator * ( 
	left As Double,
	right As UnitRectangular
) As Rectangular
public:
static Rectangular operator *(
	double left, 
	UnitRectangular right
)
static let inline (*)
        left : float * 
        right : UnitRectangular  : RectangularParameters
- left
 - Type: SystemDouble
The multiplicand, or value which is to be multiplied by right. - right
 - Type: AGI.Foundation.CoordinatesUnitRectangular
The multiplier, or value which is to multiply left. 
Return Value
Type: 
RectangularA set of 
Rectangular coordinates that represents the result of the multiplication.
See Also