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; }
Public ReadOnly Property Values As IReadOnlyList(Of Integer)
Get
public:
property IReadOnlyList<int>^ Values {
IReadOnlyList<int>^ get ();
}
member Values : IReadOnlyList<int> with get
Property Value
Type:
IReadOnlyListInt32A read-only list of values that add up to the partitioned integer.
See Also