Click or drag to resize

Duration.Division Operator (Duration, Duration)

Divides the Duration by another duration.

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

Parameters

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

Return Value

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