GET api/numbers/init/{size}
Initialized two data sets A and B with a given size. Each dataset will contain size x size elements.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| size |
Size of a set. Range: [2..1000] |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Result of size initialized
ResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | integer |
None. |
|
| Cause | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.