Click or drag to resize

Duration.Multiply Operator

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

Parameters

left
Type: AGI.Foundation.Time.Duration
The Duration to multiply.
right
Type: System.Double
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