Click or drag to resize

DurationDivision Operator (Duration, Duration)

Divides the Duration by another duration.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double operator /(
	Duration dividend,
	Duration divisor
)

Parameters

dividend
Type: AGI.Foundation.TimeDuration
The Duration to divide.
divisor
Type: AGI.Foundation.TimeDuration
The Duration by which to divide the Duration.

Return Value

Type: Double
The result of dividing the dividend by the divisor.
See Also