IntegerPartitionValues Property
Gets the values in the partition.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
IReadOnlyListInt32A read-only list of values that add up to the partitioned integer.