get_interval

Syntax

Description

Initialize an instant of the class MathSet, which is an open interval. The left and right end points are determined by left and right.


l_closed and r_closed determine whether either side is closed. Default are False.

Examples

Input Arguments

left —— float, left end point of the interval.


right —— float, right end point of the interval


l_closed —— True or False, whether the left side of the interval is closed. Default is False.


r_closed —— True or False, whether the right side of the interval is closed. Default is False.

Properties of Arguments

Name of the parametersIs optional?Source, dialog or input port?
leftNoDialog
rightNoDialog
l_closedNoDialog
r_closedNoDialog