DurationDivide Method (Double) |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic Duration Divide(
double constant
)
Public Function Divide (
constant As Double
) As Duration
public:
Duration Divide(
double constant
)
member Divide :
constant : float -> Duration
Parameters
- constant
- Type: SystemDouble
The constant by which to divide the Duration.
Return Value
Type:
DurationA
Duration that represents the value of this instance divided by the constant.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown if the result represents a value too large to be stored in a Duration.
|
See Also