Method New
| Improve this Doc View SourceNew(Scalar[])
Creates a collection of scalar data.
Declaration
public static IScalars New(params Scalar[] values)
Parameters
Type | Name | Description |
---|---|---|
Scalar[] | values | The scalar data. |
Returns
Type | Description |
---|---|
IScalars | The collection of scalar data. |