22 lines
511 B
Markdown

# Function number
Create a number or convert a string to a number. When value is a matrix, all elements will be converted to number.
### Parameters
Parameter | Type | Description
--------- | ---- | -----------
`value` | String | Number | Boolean | Array | Matrix |
### Returns
Type | Description
---- | -----------
Number | Array | Matrix | num
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->