Verwendungen von Schnittstelle
ch.nolix.techapi.mathapi.bigdecimalmathapi.IClosedInterval
Package
Beschreibung
The
ch.nolix.tech.math.bigdecimalmath
package provides an
implementation of the ch.nolix.techapi.mathapi.bigdecimalmathapi
package.The
ch.nolix.tech.math.fractal
package provides an implementation of
the ch.nolix.techapi.mathapi.fractalapi
package.The
ch.nolix.techapi.mathapi.bigdecimalmathapi
package is an API for
mathematical features, whereas all numbers have a dynamic size.The
ch.nolix.techapi.mathapi.fractalapi
package declares types for
fractals.-
Verwendungen von IClosedInterval in ch.nolix.tech.math.bigdecimalmath
Modifizierer und TypMethodeBeschreibungboolean
ClosedInterval.intersectsWith
(IClosedInterval closedInterval) -
Verwendungen von IClosedInterval in ch.nolix.tech.math.fractal
Modifizierer und TypFeldBeschreibungstatic final IClosedInterval
FractalBuilder.DEFAULT_IMAGINARY_COMPONENT_INTERVAL
static final IClosedInterval
FractalBuilder.DEFAULT_REAL_COMPONENT_INTERVAL
Modifizierer und TypMethodeBeschreibungFractal.getImaginaryComponentInterval()
Fractal.getRealComponentInterval()
Modifizierer und TypMethodeBeschreibungFractalBuilder.setImaginaryComponentInterval
(IClosedInterval imaginaryComponentInterval) FractalBuilder.setRealComponentInterval
(IClosedInterval realComponentInterval) ModifiziererKonstruktorBeschreibungFractal
(IClosedInterval realComponentInterval, IClosedInterval imaginaryComponentInterval, int widthInPixel, int heightInPixel, Function<IComplexNumber, ISequence<IComplexNumber>> sequenceCreator, BigDecimal sequencesMinDivergenceMagnitude, int sequencesMaxIterationCount, IntFunction<IColor> colorFunction, int decimalPlaces) -
Verwendungen von IClosedInterval in ch.nolix.techapi.mathapi.bigdecimalmathapi
Modifizierer und TypMethodeBeschreibungboolean
IClosedInterval.intersectsWith
(IClosedInterval closedInterval) -
Verwendungen von IClosedInterval in ch.nolix.techapi.mathapi.fractalapi
Modifizierer und TypMethodeBeschreibungIFractal.getImaginaryComponentInterval()
IFractal.getRealComponentInterval()
Modifizierer und TypMethodeBeschreibungIFractalBuilder.setImaginaryComponentInterval
(IClosedInterval imaginaryComponentInterval) IFractalBuilder.setRealComponentInterval
(IClosedInterval realComponentInterval)