public sealed class IntegerPartition : IEquatable<IntegerPartition>
Public NotInheritable Class IntegerPartition
Implements IEquatable(Of IntegerPartition)
public ref class IntegerPartition sealed : IEquatable<IntegerPartition^>
[<SealedAttribute>]
type IntegerPartition =
class
interface IEquatable<IntegerPartition>
end
Elements | Gets the elements of the partition. |
Rank | Gets the rank of the partition. |
Values | Gets the values in the partition. |
Conjugate | Computes the conjugate partition. |
Equals(IntegerPartition) | Determines whether another partition is equal to this one. |
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
GetPartitions | Enumerates all partitions of the given integer |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
Equality(IntegerPartition, IntegerPartition) | Determines whether two partitions are equal. |
Inequality(IntegerPartition, IntegerPartition) | Determines whether two partitions are not equal. |