Click or drag to resize

DurationDivision Operator (Duration, Double)

Divides the Duration by a constant.

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

Parameters

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

Return Value

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