Uses of Class
org.djunits.value.vdouble.scalar.RadioActivity
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of RadioActivity in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return RadioActivity Modifier and Type Method Description RadioActivityRadioActivityMatrix. instantiateScalarSI(double valueSI, RadioActivityUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type RadioActivity Modifier and Type Method Description Class<RadioActivity>RadioActivityMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of RadioActivity in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as RadioActivity Modifier and Type Field Description static RadioActivityRadioActivity. NaNConstant with value NaN.static RadioActivityRadioActivity. NEG_MAXVALUEConstant with value -MAX_VALUE.static RadioActivityRadioActivity. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static RadioActivityRadioActivity. ONEConstant with value one.static RadioActivityRadioActivity. POS_MAXVALUEConstant with value MAX_VALUE.static RadioActivityRadioActivity. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static RadioActivityRadioActivity. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return RadioActivity Modifier and Type Method Description RadioActivitySIScalar. asRadioActivity()Return the current scalar as a radioactivity.RadioActivitySIScalar. asRadioActivity(RadioActivityUnit displayUnit)Return the current scalar as a radioactivity, and provide a display unit.RadioActivityRadioActivity. instantiateRel(double value, RadioActivityUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static RadioActivityRadioActivity. instantiateSI(double value)Construct RadioActivity scalar.static RadioActivityRadioActivity. interpolate(RadioActivity zero, RadioActivity one, double ratio)Interpolate between two values.static RadioActivityRadioActivity. max(RadioActivity r1, RadioActivity r2)Return the maximum value of two relative scalars.static RadioActivityRadioActivity. max(RadioActivity r1, RadioActivity r2, RadioActivity... rn)Return the maximum value of more than two relative scalars.static RadioActivityRadioActivity. min(RadioActivity r1, RadioActivity r2)Return the minimum value of two relative scalars.static RadioActivityRadioActivity. min(RadioActivity r1, RadioActivity r2, RadioActivity... rn)Return the minimum value of more than two relative scalars.static RadioActivityRadioActivity. of(double value, String unitString)Returns a RadioActivity based on a value and the textual representation of the unit.RadioActivityDimensionless. times(RadioActivity v)Calculate the multiplication of Dimensionless and RadioActivity, which results in a RadioActivity scalar.static RadioActivityRadioActivity. valueOf(String text)Returns a RadioActivity representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type RadioActivity Modifier and Type Method Description DimensionlessRadioActivity. divide(RadioActivity v)Calculate the division of RadioActivity and RadioActivity, which results in a Dimensionless scalar.static RadioActivityRadioActivity. interpolate(RadioActivity zero, RadioActivity one, double ratio)Interpolate between two values.static RadioActivityRadioActivity. max(RadioActivity r1, RadioActivity r2)Return the maximum value of two relative scalars.static RadioActivityRadioActivity. max(RadioActivity r1, RadioActivity r2, RadioActivity... rn)Return the maximum value of more than two relative scalars.static RadioActivityRadioActivity. min(RadioActivity r1, RadioActivity r2)Return the minimum value of two relative scalars.static RadioActivityRadioActivity. min(RadioActivity r1, RadioActivity r2, RadioActivity... rn)Return the minimum value of more than two relative scalars.RadioActivityDimensionless. times(RadioActivity v)Calculate the multiplication of Dimensionless and RadioActivity, which results in a RadioActivity scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type RadioActivity Constructor Description RadioActivity(RadioActivity value)Construct RadioActivity scalar. -
Uses of RadioActivity in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return RadioActivity Modifier and Type Method Description RadioActivityRadioActivityVector. instantiateScalarSI(double valueSI, RadioActivityUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type RadioActivity Modifier and Type Method Description Class<RadioActivity>RadioActivityVector. getScalarClass()Return the class of the corresponding scalar.