DurationDivide Method (Duration) |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Divide(
Duration divisor
)
Public Function Divide (
divisor As Duration
) As Double
public:
double Divide(
Duration divisor
)
member Divide :
divisor : Duration -> float
Parameters
- divisor
- Type: AGI.Foundation.TimeDuration
The Duration by which to divide this Duration.
Return Value
Type:
DoubleThe result of dividing this
Duration by another.
See Also