Click or drag to resize

DurationMultiply Operator

Multiplies 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 static Duration operator *(
	Duration left,
	double right
)

Parameters

left
Type: AGI.Foundation.TimeDuration
The Duration to multiply.
right
Type: SystemDouble
The constant by which to multiply the Duration.

Return Value

Type: Duration
A Duration that represents the value of this instance multiplied by the constant.
See Also