GetVal(std::vector<float> &value)
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the attribute value of the list float type.
Prototype
1 | int32_t GetVal(std::vector<float> &value) const = 0 |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
Value |
Output |
Obtained attribute value of the list float type. |
Returns
- 0: success
- Other values: failure. For details, see UDF Error Codes.
Troubleshooting
None
Constraints
None
Parent topic: Class AttrValue