ScalarDivide Method (Scalar) |
Divides this scalar (numerator) by another one (denominator).
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar Divide(
Scalar scalar
)
Public Function Divide (
scalar As Scalar
) As Scalar
public:
Scalar^ Divide(
Scalar^ scalar
)
member Divide :
scalar : Scalar -> Scalar
Parameters
- scalar
- Type: AGI.Foundation.GeometryScalar
The other scalar to divide (denominator).
Return Value
Type:
ScalarA scalar representing the quotient of two scalars with this as the numerator and the other scalar as denominator.
Exceptions See Also