Interface HasSqrt<E>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      E sqrt()
      Creates and returns an expression that returns the square root of the result from the current expression.
    • Method Detail

      • sqrt

        E sqrt()
        Creates and returns an expression that returns the square root of the result from the current expression.

        If this expression is nullable and the result was null, then the result of the returned expression will also be null.

        Returns:
        the new expression