Method Add
| Improve this Doc View SourceAdd(Scalar)
Adds the specified Scalar into this set.
Declaration
IScalars Add(Scalar value)
Parameters
| Type | Name | Description |
|---|---|---|
| Scalar | value | The Scalar to add. |
Returns
| Type | Description |
|---|---|
| IScalars | A new set if there is any modification to current sealed set; otherwise, the current set. |