Sorry to hear you have had problems reading the docs. We try to follow some fairly standard practices for documenting methods. Every method has a "method signature" which allows you to see"   the name of the method the parameters the method can receive the type of parameters the method can receive the type of data the method will return when called. In simple terms the method signature tells you what you can send in and what it will give back.    Suppose you had a function that multip
    • Like
    3