Method Remove
| Improve this Doc View SourceRemove(Scalar)
Removes the specified Scalar from this set.
Declaration
IScalars Remove(Scalar value)
Parameters
Type | Name | Description |
---|---|---|
Scalar | value | The Scalar to remove. |
Returns
Type | Description |
---|---|
IScalars | A new set if there is any modification to current sealed set; otherwise, the current set. |