Click or drag to resize

IntegerPartitionInequality Operator

Determines whether two partitions are not equal.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator !=(
	IntegerPartition a,
	IntegerPartition b
)

Parameters

a
Type: Meta.Numerics.FunctionsIntegerPartition
The first partition.
b
Type: Meta.Numerics.FunctionsIntegerPartition
The second partition.

Return Value

Type: Boolean
if a and b represent different partitions, otherwise .
See Also