JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
tools.refinery.logic.term.operators
Div
Contents
Description
Method Summary
Method Details
div(T)
Hide sidebar
Show sidebar
Interface Div<
T extends Div<T>
>
All Superinterfaces:
Mul
<T>
All Known Implementing Classes:
IntInterval
,
RealInterval
public interface
Div<T extends Div<T>>
extends
Mul
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
div
(
T
other)
Methods inherited from interface
Mul
mul
Method Details
div
T
div
(
T
other)