![]() | Download Help (Windows Only) |
Owning Class: membership
Requires: MathScript RT Module
b = is_scalar(a)
Legacy Name: isscalar
Determines whether the input a is a scalar.
Name | Description |
---|---|
a | Specifies a scalar, vector, or matrix of any data type. |
Name | Description |
---|---|
b | Returns 1 if a is a scalar. Otherwise, this function returns 0. b is a Boolean value. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Yes |
b = is_scalar(4.3)
b = is_scalar([4.5, 5])
Helpful
Not Helpful