Click or drag to resize

IntegerPartitionValues Property

Gets the values in the partition.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public IReadOnlyList<int> Values { get; }

Property Value

Type: IReadOnlyListInt32
A read-only list of values that add up to the partitioned integer.
See Also