MathDelimiter constructor

init

Initializes MathDelimiter with the specified element as single base argument

def __init__(self, element):
    ...
ParameterTypeDescription
elementIMathElementThe base element to which the delimiter is applied. Can be null.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(InvalidOperationException))Throws then <br/>element
is a container for another elements, such as MathBlock. In this case, you need to call a different constructor with IEnumerable argument.

See Also