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 RadioActivity
RadioActivityMatrix. 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 RadioActivity
RadioActivity. NaN
Constant with value NaN.static RadioActivity
RadioActivity. NEG_MAXVALUE
Constant with value -MAX_VALUE.static RadioActivity
RadioActivity. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static RadioActivity
RadioActivity. ONE
Constant with value one.static RadioActivity
RadioActivity. POS_MAXVALUE
Constant with value MAX_VALUE.static RadioActivity
RadioActivity. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static RadioActivity
RadioActivity. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return RadioActivity Modifier and Type Method Description RadioActivity
SIScalar. asRadioActivity()
Return the current scalar as a radioactivity.RadioActivity
SIScalar. asRadioActivity(RadioActivityUnit displayUnit)
Return the current scalar as a radioactivity, and provide a display unit.RadioActivity
RadioActivity. instantiateRel(double value, RadioActivityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static RadioActivity
RadioActivity. instantiateSI(double value)
Construct RadioActivity scalar.static RadioActivity
RadioActivity. interpolate(RadioActivity zero, RadioActivity one, double ratio)
Interpolate between two values.static RadioActivity
RadioActivity. max(RadioActivity r1, RadioActivity r2)
Return the maximum value of two relative scalars.static RadioActivity
RadioActivity. max(RadioActivity r1, RadioActivity r2, RadioActivity... rn)
Return the maximum value of more than two relative scalars.static RadioActivity
RadioActivity. min(RadioActivity r1, RadioActivity r2)
Return the minimum value of two relative scalars.static RadioActivity
RadioActivity. min(RadioActivity r1, RadioActivity r2, RadioActivity... rn)
Return the minimum value of more than two relative scalars.static RadioActivity
RadioActivity. of(double value, String unitString)
Returns a RadioActivity based on a value and the textual representation of the unit.RadioActivity
Dimensionless. times(RadioActivity v)
Calculate the multiplication of Dimensionless and RadioActivity, which results in a RadioActivity scalar.static RadioActivity
RadioActivity. 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 Dimensionless
RadioActivity. divide(RadioActivity v)
Calculate the division of RadioActivity and RadioActivity, which results in a Dimensionless scalar.static RadioActivity
RadioActivity. interpolate(RadioActivity zero, RadioActivity one, double ratio)
Interpolate between two values.static RadioActivity
RadioActivity. max(RadioActivity r1, RadioActivity r2)
Return the maximum value of two relative scalars.static RadioActivity
RadioActivity. max(RadioActivity r1, RadioActivity r2, RadioActivity... rn)
Return the maximum value of more than two relative scalars.static RadioActivity
RadioActivity. min(RadioActivity r1, RadioActivity r2)
Return the minimum value of two relative scalars.static RadioActivity
RadioActivity. min(RadioActivity r1, RadioActivity r2, RadioActivity... rn)
Return the minimum value of more than two relative scalars.RadioActivity
Dimensionless. 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 RadioActivity
RadioActivityVector. 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.