Click or drag to resize

DurationDivide Method (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 Duration Divide(
	double constant
)

Parameters

constant
Type: SystemDouble
The constant by which to divide the Duration.

Return Value

Type: Duration
A Duration that represents the value of this instance divided by the constant.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the result represents a value too large to be stored in a Duration.
See Also