Click or drag to resize

IntegerPartition Class

Represents an integer partition.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.FunctionsIntegerPartition

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class IntegerPartition : IEquatable<IntegerPartition>

The IntegerPartition type exposes the following members.

Properties
  NameDescription
Public propertyElements
Gets the elements of the partition.
Public propertyRank
Gets the rank of the partition.
Public propertyValues
Gets the values in the partition.
Top
Methods
  NameDescription
Public methodConjugate
Computes the conjugate partition.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(IntegerPartition)
Determines whether another partition is equal to this one.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodStatic memberGetPartitions
Enumerates all partitions of the given integer
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two partitions are equal.
Public operatorStatic memberInequality
Determines whether two partitions are not equal.
Top
See Also