Method SubtractRange
SubtractRange(IEnumerable<MonetaryValue>)
Subtracts the specified values from this bag. Zero amounts are not trimmed from the bag.
Declaration
public void SubtractRange(IEnumerable<MonetaryValue> values)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<MonetaryValue> | values |
Implements
Remarks
Default values that are not associated with any currency are ignored.