The OpenD Programming Language

signTest

Similar to the overload, but allows testing for a difference between a * range and a fixed value mu.

  1. TestRes signTest(T before, U after, Alt alt)
  2. TestRes signTest(T data, double mu, Alt alt)
    signTest
    (
    T
    )
    (,
    double mu
    ,)
    if (
    doubleInput!(T) &&
    is(typeof(data.front < mu) == bool)
    )

Meta