Click or drag to resize

DurationDivide Method (Duration)

Divides the Duration by another Duration, yield 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 double Divide(
	Duration divisor
)

Parameters

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

Return Value

Type: Double
The result of dividing this Duration by another.
See Also