Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic Duration Multiply(
double constant
)
Public Function Multiply (
constant As Double
) As Duration
public:
Duration Multiply(
double constant
)
member Multiply :
constant : float -> Duration
Parameters
- constant
- Type: SystemDouble
The constant by which to multiply the Duration.
Return Value
Type:
DurationA
Duration that represents the value of this instance multiplied by the constant.
Exceptions
See Also