Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Function
Difference
constructor
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
down
Limit
Value
down
Limit
Variable
errors
func
name
symbols
type
up
Limit
Value
up
Limit
Variable
Hierarchy
MathStructure
MathFunctionDifference
Index
Constructors
constructor
Properties
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
down
Limit
Value
down
Limit
Variable
errors
func
name
symbols
type
up
Limit
Value
up
Limit
Variable
Constructors
constructor
new
Math
Function
Difference
(
func
:
MathStructure
, upLimitValue
:
MathStructure
, downLimitValue
:
MathStructure
, upLimitVariable
?:
MathStructure
, downLimitVariable
?:
MathStructure
, rightBoundarySymbol
?:
MathSymbol
, bracketsSymbol
?:
MathSymbol
, upLimitEqulaitySymbol
?:
MathSymbol
, downLimitEqualitySymbol
?:
MathSymbol
, errors
?:
SemanticError
[]
)
:
MathFunctionDifference
Parameters
func:
MathStructure
upLimitValue:
MathStructure
downLimitValue:
MathStructure
Optional
upLimitVariable:
MathStructure
Optional
downLimitVariable:
MathStructure
Optional
rightBoundarySymbol:
MathSymbol
Optional
bracketsSymbol:
MathSymbol
Optional
upLimitEqulaitySymbol:
MathSymbol
Optional
downLimitEqualitySymbol:
MathSymbol
Optional
errors:
SemanticError
[]
Returns
MathFunctionDifference
Properties
Optional
cell
cell
:
boolean
Optional
cell
Avoid
Parentheses
Wrap
cell
Avoid
Parentheses
Wrap
:
boolean
Optional
cell
Border
Visible
cell
Border
Visible
:
boolean
down
Limit
Value
down
Limit
Value
:
MathStructure
Optional
down
Limit
Variable
down
Limit
Variable
:
MathStructure
errors
errors
:
SemanticError
[]
func
func
:
MathStructure
name
name
:
MathNodeName
symbols
symbols
:
{
brackets
?:
MathSymbol
;
downLimitEquality
?:
MathSymbol
;
rightBoundary
?:
MathSymbol
;
upLimitEqulaity
?:
MathSymbol
}
Type declaration
Optional
brackets
?:
MathSymbol
Optional
down
Limit
Equality
?:
MathSymbol
Optional
right
Boundary
?:
MathSymbol
Optional
up
Limit
Equlaity
?:
MathSymbol
type
type
:
MathNodeType
up
Limit
Value
up
Limit
Value
:
MathStructure
Optional
up
Limit
Variable
up
Limit
Variable
:
MathStructure
Generated using
TypeDoc