DSequenceMultiply(DSequence, Double) Operator

Multiplies a sequence by a scalar value.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static DSequence operator *(
	DSequence s,
	double d
)

Parameters

s  DSequence
Sequence multiplicand.
d  Double
A scalar multiplier.

Return Value

DSequence
The multiplication of the sequence by the scalar.

Implements

IMultiplyOperatorsTSelf, TOther, TResultMultiply(TSelf, TOther)

See Also