ScalarDivide Method (Double) |
Divides this scalar (numerator) by a fixed value (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(
double scalar
)
Public Function Divide (
scalar As Double
) As Scalar
public:
Scalar^ Divide(
double scalar
)
member Divide :
scalar : float -> Scalar
Parameters
- scalar
- Type: SystemDouble
The fixed scalar to divide (denominator).
Return Value
Type:
ScalarA scalar representing the quotient of two scalars with this as the numerator and the fixed scalar as denominator.
See Also