ScalarDivision Operator (Scalar, Scalar) | 
 
            Divides one scalar from another (left/right).
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Scalar operator /(
	Scalar left,
	Scalar right
)
Public Shared Operator / ( 
	left As Scalar,
	right As Scalar
) As Scalar
public:
static Scalar^ operator /(
	Scalar^ left, 
	Scalar^ right
)
static let inline (/)
        left : Scalar * 
        right : Scalar  : ScalarParameters
- left
 - Type: AGI.Foundation.GeometryScalar
The numerator in the quotient. - right
 - Type: AGI.Foundation.GeometryScalar
The denominator in the quotient. 
Return Value
Type: 
ScalarThe quotient of two scalars: (left / right).
Exceptions
See Also