Click or drag to resize

NSequenceMultiply(NSequence, Int32) Operator

Multiplies a sequence by a scalar value.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public static NSequence operator *(
	NSequence s,
	int d
)

Parameters

s  NSequence
Sequence multiplicand.
d  Int32
A scalar multiplier.

Return Value

NSequence
The multiplication of the sequence by the scalar.

Implements

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