sesaparcours
    Preparing search index...
    • Adds a existence test of a MathGraph32 dynamic real value x. This object will return 1 if x exists and 0 otherwise syntax addTest(x, nameCalc) is also allowed

      Parameters

      • options: { nameCalc: string; x: string | CValDyn }
        • nameCalc: string

          Name of the existence test to be created

        • x: string | CValDyn

          The numerical object existence of is to tested

      Returns CTestExistence

      the created measure