Main siteMain site  ForumForum  ForumSearch  Private messageEmail contact  RegisterRegister  Log inLog in 
Topic: VECTOR_LENGTH
Reply to topic
Author Message
EMebane



Joined: Apr 15, 2019
Posts: 124

PostPosted: Apr 18, 2026 11:04 PM    Post subject: VECTOR_LENGTH

in an O_ExpressionEvaluator the value VECTOR_LENGTH can be used, but the element takes multiple inputs, so does this value represent the length of In1?
jarek



Joined: Oct 22, 2007
Posts: 1087

PostPosted: Apr 19, 2026 8:52 PM    Post subject:

No, do not use it. The VECTOR_LENGTH comes from Signal Properties which you can modify in Advanced Properties.

Use ((float[])In1).length in O_ExpressionEvaluator
Reply to topic