Click or drag to resize

SubsetUnaryNegation Operator

Negates the elements in this subset.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Subset operator -(
	Subset s
)

Parameters

s  Subset
A subset.

Return Value

Subset
A new subset containing negated values.
See Also