Home > @silence_zhpf/utils > Distance > multiply
This function multiplies two distance values and returns the resulting area value.
Signature:
multiply(other: Distance): Area;
Parameter | Type | Description |
---|---|---|
other | Distance | other is a Distance . |
Returns:
The multiply
method is returning an Area
object.