Click or drag to resize

IntervalTMultiply Operator

Multiplies two intervals and returns the product.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Interval<T> operator *(
	Interval<T> multiplicand,
	Interval<T> multiplier
)

Parameters

multiplicand  IntervalT
The multiplicand.
multiplier  IntervalT
The multiplier.

Return Value

IntervalT
The product.

Implements

IMultiplyOperatorsTSelf, TOther, TResultMultiply(TSelf, TOther)
See Also