Click or drag to resize

Duration.Division Operator (Duration, Double)

Divides the Duration by a constant.

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 Duration operator /(
	Duration dividend,
	double divisor
)

Parameters

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

Return Value

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