scalar
scalar
¶
Convert the values into a floating point value defined by the library.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
x
|
Sequence[Any] | Array[Any] | Any
|
value to convert. |
required |
**kwargs
|
Any
|
keyword arguments to pass to numpy.asarray |
{}
|
Returns:
| Type | Description |
|---|---|
ScalarArray | Scalar
|
array of converted values |
Alias to numpy.asarray with data type given by fuzzylite.library.Settings.float_type