Uses of Interface
ai.timefold.jpyinterpreter.types.numeric.PythonNumber
Packages that use PythonNumber
Package
Description
-
Uses of PythonNumber in ai.timefold.jpyinterpreter.types.datetime
Methods in ai.timefold.jpyinterpreter.types.datetime with parameters of type PythonNumberModifier and TypeMethodDescriptionstatic PythonDatePythonDate.from_timestamp(PythonLikeType dateType, PythonNumber timestamp) static PythonDateTimePythonDateTime.from_timestamp(PythonLikeType type, PythonNumber timestamp, PythonLikeObject tzinfo) static PythonTimeDeltaPythonTimeDelta.of(PythonNumber days, PythonNumber seconds, PythonNumber microseconds, PythonNumber milliseconds, PythonNumber minutes, PythonNumber hours, PythonNumber weeks) static PythonDateTimePythonDateTime.utc_from_timestamp(PythonLikeType type, PythonNumber timestamp) -
Uses of PythonNumber in ai.timefold.jpyinterpreter.types.numeric
Classes in ai.timefold.jpyinterpreter.types.numeric that implement PythonNumberModifier and TypeClassDescriptionclassclassclassclassclassMethods in ai.timefold.jpyinterpreter.types.numeric that return PythonNumberModifier and TypeMethodDescriptionPythonComplex.getImaginary()PythonComplex.getReal()PythonInteger.power(PythonInteger other) PythonFloat.round(PythonInteger digitsAfterDecimal) Methods in ai.timefold.jpyinterpreter.types.numeric with parameters of type PythonNumberModifier and TypeMethodDescriptiondefault intPythonNumber.compareTo(PythonNumber pythonNumber) PythonComplex.valueOf(PythonNumber real, PythonNumber imaginary) Constructors in ai.timefold.jpyinterpreter.types.numeric with parameters of type PythonNumber