Click or drag to resize

SubsetAddition(Subset, Int32) Operator

Adds a subset and a scalar.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Subset operator +(
	Subset s,
	int x
)

Parameters

s  Subset
A subset.
x  Int32
A scalar.

Return Value

Subset
A new subset containing the sum.
Remarks
y[i] = s[i] + x
See Also