Click or drag to resize

Duration.Divide 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: 25.1.421.0 (25.1.421.0)
Syntax
public double Divide(
	Duration divisor
)

Parameters

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

Return Value

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