What does XY() give?

I’ve found this blank page -.-

XY()

Solved Solved
0 4 133
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Yeah, I haven’t gotten around to writing it…

  • XY() produces an XY value from two numeric inputs.

    XY( numericX, numericY )

  • GETX() produces the X component of a given XY value.

    GETX( xy )

  • GETY() produces the Y component of a given XY value.

    GETY( xy )

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

Yeah, I haven’t gotten around to writing it…

  • XY() produces an XY value from two numeric inputs.

    XY( numericX, numericY )

  • GETX() produces the X component of a given XY value.

    GETX( xy )

  • GETY() produces the Y component of a given XY value.

    GETY( xy )

Thank you.

Are there limitations or ranges (min-max) for numericX & numericY ? What will be returned if they are out of range?

I honestly don’t know. I believe the expected range for each is 0.0 to 100.0.

Top Labels in this Space