Package org.djunits.value.vfloat.scalar
Class FloatDimensionless
java.lang.Object
java.lang.Number
org.djunits.value.AbstractScalar<U,S>
org.djunits.value.vfloat.scalar.base.AbstractFloatScalar<U,R>
org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel<DimensionlessUnit,FloatDimensionless>
org.djunits.value.vfloat.scalar.FloatDimensionless
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<FloatDimensionless>
,Scalar<DimensionlessUnit,FloatDimensionless>
,Scalar.Rel<DimensionlessUnit,FloatDimensionless>
,DimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
,ValueFunctions<DimensionlessUnit,FloatDimensionless>
,Relative<DimensionlessUnit,FloatDimensionless>
,Value<DimensionlessUnit,FloatDimensionless>
,FloatScalarInterface<DimensionlessUnit,FloatDimensionless>
,FloatScalarInterface.Rel<DimensionlessUnit,FloatDimensionless>
@Generated(value="org.djunits.generator.GenerateDJUNIT", date="2020-01-19T15:21:24.964166400Z") public class FloatDimensionless extends AbstractFloatScalarRel<DimensionlessUnit,FloatDimensionless> implements DimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
Easy access methods for the FloatDimensionless FloatScalar, which is relative by definition.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface
FloatScalarInterface.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends FloatScalarInterface.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends FloatScalarInterface.RelWithAbs<AU,A,RU,R>>, FloatScalarInterface.Rel<U extends Unit<U>,R extends FloatScalarInterface.Rel<U,R>>, FloatScalarInterface.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends FloatScalarInterface.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends FloatScalarInterface.RelWithAbs<AU,A,RU,R>>
Nested classes/interfaces inherited from interface org.djunits.value.base.Scalar
Scalar.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends Scalar.RelWithAbs<AU,A,RU,R>>, Scalar.Rel<U extends Unit<U>,R extends Scalar.Rel<U,R>>, Scalar.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends Scalar.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends Scalar.RelWithAbs<AU,A,RU,R>>
-
Field Summary
Fields Modifier and Type Field Description static FloatDimensionless
NaN
Constant with value NaN.static FloatDimensionless
NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatDimensionless
NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatDimensionless
ONE
Constant with value one.static FloatDimensionless
POS_MAXVALUE
Constant with value MAX_VALUE.static FloatDimensionless
POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatDimensionless
ZERO
Constant with value zero. -
Constructor Summary
Constructors Constructor Description FloatDimensionless(double value, DimensionlessUnit unit)
Construct FloatDimensionless scalar using a double value.FloatDimensionless(float value, DimensionlessUnit unit)
Construct FloatDimensionless scalar.FloatDimensionless(FloatDimensionless value)
Construct FloatDimensionless scalar. -
Method Summary
Modifier and Type Method Description FloatDimensionless
acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.FloatDimensionless
asin()
Set the value(s) to the arc sine of the value(s); the resulting angle is in the range -pi/2 through pi/2.FloatDimensionless
atan()
Set the value(s) to the arc tangent of the value(s); the resulting angle is in the range -pi/2 through pi/2.FloatDimensionless
cbrt()
Set the value(s) to the(ir) cube root.FloatDimensionless
cos()
Set the value(s) to the trigonometric cosine of the value(s).FloatDimensionless
cosh()
Set the value(s) to the hyperbolic cosine of the value(s).FloatDimensionless
divide(FloatDimensionless v)
Calculate the division of FloatDimensionless and FloatDimensionless, which results in a FloatDimensionless scalar.FloatFrequency
divide(FloatDuration v)
Calculate the division of FloatDimensionless and FloatDuration, which results in a FloatFrequency scalar.FloatDuration
divide(FloatFrequency v)
Calculate the division of FloatDimensionless and FloatFrequency, which results in a FloatDuration scalar.FloatLinearDensity
divide(FloatLength v)
Calculate the division of FloatDimensionless and FloatLength, which results in a FloatLinearDensity scalar.FloatLength
divide(FloatLinearDensity v)
Calculate the division of FloatDimensionless and FloatLinearDensity, which results in a FloatLength scalar.FloatDimensionless
exp()
Set the value(s) to Euler's number e raised to the power of the value(s).FloatDimensionless
expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).FloatDimensionless
instantiateRel(float value, DimensionlessUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatDimensionless
instantiateSI(float value)
Construct FloatDimensionless scalar.static FloatDimensionless
interpolate(FloatDimensionless zero, FloatDimensionless one, float ratio)
Interpolate between two values.FloatDimensionless
inv()
Set the value(s) to the complement (1.0/x) of the value(s).FloatDimensionless
log()
Set the value(s) to the natural logarithm (base e) of the value(s).FloatDimensionless
log10()
Set the value(s) to the base 10 logarithm of the value(s).FloatDimensionless
log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.static FloatDimensionless
max(FloatDimensionless r1, FloatDimensionless r2)
Return the maximum value of two relative scalars.static FloatDimensionless
max(FloatDimensionless r1, FloatDimensionless r2, FloatDimensionless... rn)
Return the maximum value of more than two relative scalars.static FloatDimensionless
min(FloatDimensionless r1, FloatDimensionless r2)
Return the minimum value of two relative scalars.static FloatDimensionless
min(FloatDimensionless r1, FloatDimensionless r2, FloatDimensionless... rn)
Return the minimum value of more than two relative scalars.static FloatDimensionless
of(float value, String unitString)
Returns a FloatDimensionless based on a value and the textual representation of the unit.FloatDimensionless
pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.FloatDimensionless
signum()
Set the value(s) to the signum function of the value(s); zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.FloatDimensionless
sin()
Set the value(s) to the trigonometric sine of the value(s).FloatDimensionless
sinh()
Set the value(s) to the hyperbolic sine of the value(s).FloatDimensionless
sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).FloatDimensionless
tan()
Set the value(s) to the trigonometric tangent of the value(s).FloatDimensionless
tanh()
Set the value(s) to the hyperbolic tangent of the value(s).FloatAbsorbedDose
times(FloatAbsorbedDose v)
Calculate the multiplication of FloatDimensionless and FloatAbsorbedDose, which results in a FloatAbsorbedDose scalar.FloatAcceleration
times(FloatAcceleration v)
Calculate the multiplication of FloatDimensionless and FloatAcceleration, which results in a FloatAcceleration scalar.FloatAmountOfSubstance
times(FloatAmountOfSubstance v)
Calculate the multiplication of FloatDimensionless and FloatAmountOfSubstance, which results in a FloatAmountOfSubstance scalar.FloatAngle
times(FloatAngle v)
Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.FloatArea
times(FloatArea v)
Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.FloatCatalyticActivity
times(FloatCatalyticActivity v)
Calculate the multiplication of FloatDimensionless and FloatCatalyticActivity, which results in a FloatCatalyticActivity scalar.FloatDensity
times(FloatDensity v)
Calculate the multiplication of FloatDimensionless and FloatDensity, which results in a FloatDensity scalar.FloatDimensionless
times(FloatDimensionless v)
Calculate the multiplication of FloatDimensionless and FloatDimensionless, which results in a FloatDimensionless scalar.FloatDuration
times(FloatDuration v)
Calculate the multiplication of FloatDimensionless and FloatDuration, which results in a FloatDuration scalar.FloatElectricalCapacitance
times(FloatElectricalCapacitance v)
Calculate the multiplication of FloatDimensionless and FloatElectricalCapacitance, which results in a FloatElectricalCapacitance scalar.FloatElectricalCharge
times(FloatElectricalCharge v)
Calculate the multiplication of FloatDimensionless and FloatElectricalCharge, which results in a FloatElectricalCharge scalar.FloatElectricalConductance
times(FloatElectricalConductance v)
Calculate the multiplication of FloatDimensionless and FloatElectricalConductance, which results in a FloatElectricalConductance scalar.FloatElectricalCurrent
times(FloatElectricalCurrent v)
Calculate the multiplication of FloatDimensionless and FloatElectricalCurrent, which results in a FloatElectricalCurrent scalar.FloatElectricalInductance
times(FloatElectricalInductance v)
Calculate the multiplication of FloatDimensionless and FloatElectricalInductance, which results in a FloatElectricalInductance scalar.FloatElectricalPotential
times(FloatElectricalPotential v)
Calculate the multiplication of FloatDimensionless and FloatElectricalPotential, which results in a FloatElectricalPotential scalar.FloatElectricalResistance
times(FloatElectricalResistance v)
Calculate the multiplication of FloatDimensionless and FloatElectricalResistance, which results in a FloatElectricalResistance scalar.FloatEnergy
times(FloatEnergy v)
Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.FloatEquivalentDose
times(FloatEquivalentDose v)
Calculate the multiplication of FloatDimensionless and FloatEquivalentDose, which results in a FloatEquivalentDose scalar.FloatFlowMass
times(FloatFlowMass v)
Calculate the multiplication of FloatDimensionless and FloatFlowMass, which results in a FloatFlowMass scalar.FloatFlowVolume
times(FloatFlowVolume v)
Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.FloatForce
times(FloatForce v)
Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.FloatFrequency
times(FloatFrequency v)
Calculate the multiplication of FloatDimensionless and FloatFrequency, which results in a FloatFrequency scalar.FloatIlluminance
times(FloatIlluminance v)
Calculate the multiplication of FloatDimensionless and FloatIlluminance, which results in a FloatIlluminance scalar.FloatLength
times(FloatLength v)
Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.FloatLinearDensity
times(FloatLinearDensity v)
Calculate the multiplication of FloatDimensionless and FloatLinearDensity, which results in a FloatLinearDensity scalar.FloatLuminousFlux
times(FloatLuminousFlux v)
Calculate the multiplication of FloatDimensionless and FloatLuminousFlux, which results in a FloatLuminousFlux scalar.FloatLuminousIntensity
times(FloatLuminousIntensity v)
Calculate the multiplication of FloatDimensionless and FloatLuminousIntensity, which results in a FloatLuminousIntensity scalar.FloatMagneticFlux
times(FloatMagneticFlux v)
Calculate the multiplication of FloatDimensionless and FloatMagneticFlux, which results in a FloatMagneticFlux scalar.FloatMagneticFluxDensity
times(FloatMagneticFluxDensity v)
Calculate the multiplication of FloatDimensionless and FloatMagneticFluxDensity, which results in a FloatMagneticFluxDensity scalar.FloatMass
times(FloatMass v)
Calculate the multiplication of FloatDimensionless and FloatMass, which results in a FloatMass scalar.FloatPower
times(FloatPower v)
Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.FloatPressure
times(FloatPressure v)
Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.FloatRadioActivity
times(FloatRadioActivity v)
Calculate the multiplication of FloatDimensionless and FloatRadioActivity, which results in a FloatRadioActivity scalar.FloatSolidAngle
times(FloatSolidAngle v)
Calculate the multiplication of FloatDimensionless and FloatSolidAngle, which results in a FloatSolidAngle scalar.FloatSpeed
times(FloatSpeed v)
Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.FloatTemperature
times(FloatTemperature v)
Calculate the multiplication of FloatDimensionless and FloatTemperature, which results in a FloatTemperature scalar.FloatTorque
times(FloatTorque v)
Calculate the multiplication of FloatDimensionless and FloatTorque, which results in a FloatTorque scalar.FloatVolume
times(FloatVolume v)
Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.static FloatDimensionless
valueOf(String text)
Returns a FloatDimensionless representation of a textual representation of a value with a unit.Methods inherited from class org.djunits.value.vfloat.scalar.base.AbstractFloatScalarRel
abs, ceil, divide, divide, divide, floor, minus, neg, plus, reciprocal, rint, times, times, times
Methods inherited from class org.djunits.value.vfloat.scalar.base.AbstractFloatScalar
compareTo, doubleValue, eq, eq0, equals, floatValue, ge, ge0, getInUnit, getInUnit, getSI, gt, gt0, hashCode, intValue, le, le0, longValue, lt, lt0, ne, ne0, toDisplayString, toDisplayString, toString, toString, toString, toString, toTextualString, toTextualString
Methods inherited from class org.djunits.value.AbstractScalar
getDisplayUnit, isAbsolute, isRelative, setDisplayUnit
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.djunits.value.vfloat.scalar.base.FloatScalarInterface
getInUnit, getInUnit, getSI
Methods inherited from interface org.djunits.value.base.Scalar
eq, eq0, ge, ge0, gt, gt0, le, le0, lt, lt0, ne, ne0, toDisplayString, toDisplayString, toTextualString, toTextualString
Methods inherited from interface org.djunits.value.Value
getDisplayUnit, isAbsolute, isRelative, setDisplayUnit, toString, toString, toString, toString
-
Field Details
-
ZERO
Constant with value zero. -
ONE
Constant with value one. -
NaN
Constant with value NaN. -
POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY. -
NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY. -
POS_MAXVALUE
Constant with value MAX_VALUE. -
NEG_MAXVALUE
Constant with value -MAX_VALUE.
-
-
Constructor Details
-
FloatDimensionless
Construct FloatDimensionless scalar.- Parameters:
value
- float; the float valueunit
- unit for the float value
-
FloatDimensionless
Construct FloatDimensionless scalar.- Parameters:
value
- Scalar from which to construct this instance
-
FloatDimensionless
Construct FloatDimensionless scalar using a double value.- Parameters:
value
- double; the double valueunit
- unit for the resulting float value
-
-
Method Details
-
instantiateRel
Construct a new Relative Immutable FloatScalar of the right type. Each extending class must implement this method.- Specified by:
instantiateRel
in interfaceFloatScalarInterface.Rel<DimensionlessUnit,FloatDimensionless>
- Parameters:
value
- float; the float valueunit
- U; the unit- Returns:
- R a new relative instance of the FloatScalar of the right type
-
instantiateSI
Construct FloatDimensionless scalar.- Parameters:
value
- float; the float value in SI units- Returns:
- the new scalar with the SI value
-
interpolate
public static FloatDimensionless interpolate(FloatDimensionless zero, FloatDimensionless one, float ratio)Interpolate between two values.- Parameters:
zero
- the low valueone
- the high valueratio
- double; the ratio between 0 and 1, inclusive- Returns:
- a Scalar at the ratio between
-
max
Return the maximum value of two relative scalars.- Parameters:
r1
- the first scalarr2
- the second scalar- Returns:
- the maximum value of two relative scalars
-
max
public static FloatDimensionless max(FloatDimensionless r1, FloatDimensionless r2, FloatDimensionless... rn)Return the maximum value of more than two relative scalars.- Parameters:
r1
- the first scalarr2
- the second scalarrn
- the other scalars- Returns:
- the maximum value of more than two relative scalars
-
min
Return the minimum value of two relative scalars.- Parameters:
r1
- the first scalarr2
- the second scalar- Returns:
- the minimum value of two relative scalars
-
min
public static FloatDimensionless min(FloatDimensionless r1, FloatDimensionless r2, FloatDimensionless... rn)Return the minimum value of more than two relative scalars.- Parameters:
r1
- the first scalarr2
- the second scalarrn
- the other scalars- Returns:
- the minimum value of more than two relative scalars
-
valueOf
Returns a FloatDimensionless representation of a textual representation of a value with a unit. The String representation that can be parsed is the double value in the unit, followed by the official abbreviation of the unit. Spaces are allowed, but not required, between the value and the unit.- Parameters:
text
- String; the textual representation to parse into a FloatDimensionless- Returns:
- FloatDimensionless; the Scalar representation of the value in its unit
- Throws:
IllegalArgumentException
- when the text cannot be parsedNullPointerException
- when the text argument is null
-
of
Returns a FloatDimensionless based on a value and the textual representation of the unit.- Parameters:
value
- double; the value to useunitString
- String; the textual representation of the unit- Returns:
- FloatDimensionless; the Scalar representation of the value in its unit
- Throws:
IllegalArgumentException
- when the unit cannot be parsed or is incorrectNullPointerException
- when the unitString argument is null
-
acos
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.- Specified by:
acos
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
asin
Set the value(s) to the arc sine of the value(s); the resulting angle is in the range -pi/2 through pi/2.- Specified by:
asin
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
atan
Set the value(s) to the arc tangent of the value(s); the resulting angle is in the range -pi/2 through pi/2.- Specified by:
atan
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
cbrt
Set the value(s) to the(ir) cube root.- Specified by:
cbrt
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
cos
Set the value(s) to the trigonometric cosine of the value(s).- Specified by:
cos
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
cosh
Set the value(s) to the hyperbolic cosine of the value(s).- Specified by:
cosh
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
exp
Set the value(s) to Euler's number e raised to the power of the value(s).- Specified by:
exp
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
expm1
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).- Specified by:
expm1
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
log
Set the value(s) to the natural logarithm (base e) of the value(s).- Specified by:
log
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
log10
Set the value(s) to the base 10 logarithm of the value(s).- Specified by:
log10
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
log1p
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.- Specified by:
log1p
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
pow
Set the value(s) to the value(s) raised to the power of the argument.- Specified by:
pow
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Parameters:
x
- double; the value to use as the power- Returns:
- T; the modified T
-
signum
Set the value(s) to the signum function of the value(s); zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.- Specified by:
signum
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
sin
Set the value(s) to the trigonometric sine of the value(s).- Specified by:
sin
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
sinh
Set the value(s) to the hyperbolic sine of the value(s).- Specified by:
sinh
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
sqrt
Set the value(s) to the correctly rounded positive square root of the value(s).- Specified by:
sqrt
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
tan
Set the value(s) to the trigonometric tangent of the value(s).- Specified by:
tan
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
tanh
Set the value(s) to the hyperbolic tangent of the value(s).- Specified by:
tanh
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
inv
Set the value(s) to the complement (1.0/x) of the value(s).- Specified by:
inv
in interfaceDimensionlessFunctions<DimensionlessUnit,FloatDimensionless>
- Returns:
- T; the modified T
-
divide
Calculate the division of FloatDimensionless and FloatDimensionless, which results in a FloatDimensionless scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatDimensionless scalar as a division of FloatDimensionless and FloatDimensionless
-
times
Calculate the multiplication of FloatDimensionless and FloatAbsorbedDose, which results in a FloatAbsorbedDose scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatAbsorbedDose scalar as a multiplication of FloatDimensionless and FloatAbsorbedDose
-
times
Calculate the multiplication of FloatDimensionless and FloatAcceleration, which results in a FloatAcceleration scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatAcceleration scalar as a multiplication of FloatDimensionless and FloatAcceleration
-
times
Calculate the multiplication of FloatDimensionless and FloatAmountOfSubstance, which results in a FloatAmountOfSubstance scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatAmountOfSubstance scalar as a multiplication of FloatDimensionless and FloatAmountOfSubstance
-
times
Calculate the multiplication of FloatDimensionless and FloatAngle, which results in a FloatAngle scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatAngle scalar as a multiplication of FloatDimensionless and FloatAngle
-
times
Calculate the multiplication of FloatDimensionless and FloatSolidAngle, which results in a FloatSolidAngle scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatSolidAngle scalar as a multiplication of FloatDimensionless and FloatSolidAngle
-
times
Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatArea scalar as a multiplication of FloatDimensionless and FloatArea
-
times
Calculate the multiplication of FloatDimensionless and FloatCatalyticActivity, which results in a FloatCatalyticActivity scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatCatalyticActivity scalar as a multiplication of FloatDimensionless and FloatCatalyticActivity
-
times
Calculate the multiplication of FloatDimensionless and FloatDensity, which results in a FloatDensity scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatDensity scalar as a multiplication of FloatDimensionless and FloatDensity
-
times
Calculate the multiplication of FloatDimensionless and FloatDimensionless, which results in a FloatDimensionless scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatDimensionless scalar as a multiplication of FloatDimensionless and FloatDimensionless
-
times
Calculate the multiplication of FloatDimensionless and FloatElectricalCapacitance, which results in a FloatElectricalCapacitance scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatElectricalCapacitance scalar as a multiplication of FloatDimensionless and FloatElectricalCapacitance
-
times
Calculate the multiplication of FloatDimensionless and FloatElectricalCharge, which results in a FloatElectricalCharge scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatElectricalCharge scalar as a multiplication of FloatDimensionless and FloatElectricalCharge
-
times
Calculate the multiplication of FloatDimensionless and FloatElectricalConductance, which results in a FloatElectricalConductance scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatElectricalConductance scalar as a multiplication of FloatDimensionless and FloatElectricalConductance
-
times
Calculate the multiplication of FloatDimensionless and FloatElectricalCurrent, which results in a FloatElectricalCurrent scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatElectricalCurrent scalar as a multiplication of FloatDimensionless and FloatElectricalCurrent
-
times
Calculate the multiplication of FloatDimensionless and FloatElectricalInductance, which results in a FloatElectricalInductance scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatElectricalInductance scalar as a multiplication of FloatDimensionless and FloatElectricalInductance
-
times
Calculate the multiplication of FloatDimensionless and FloatElectricalPotential, which results in a FloatElectricalPotential scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatElectricalPotential scalar as a multiplication of FloatDimensionless and FloatElectricalPotential
-
times
Calculate the multiplication of FloatDimensionless and FloatElectricalResistance, which results in a FloatElectricalResistance scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatElectricalResistance scalar as a multiplication of FloatDimensionless and FloatElectricalResistance
-
times
Calculate the multiplication of FloatDimensionless and FloatEnergy, which results in a FloatEnergy scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatEnergy scalar as a multiplication of FloatDimensionless and FloatEnergy
-
times
Calculate the multiplication of FloatDimensionless and FloatEquivalentDose, which results in a FloatEquivalentDose scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatEquivalentDose scalar as a multiplication of FloatDimensionless and FloatEquivalentDose
-
times
Calculate the multiplication of FloatDimensionless and FloatFlowMass, which results in a FloatFlowMass scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatFlowMass scalar as a multiplication of FloatDimensionless and FloatFlowMass
-
times
Calculate the multiplication of FloatDimensionless and FloatFlowVolume, which results in a FloatFlowVolume scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatFlowVolume scalar as a multiplication of FloatDimensionless and FloatFlowVolume
-
times
Calculate the multiplication of FloatDimensionless and FloatForce, which results in a FloatForce scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatForce scalar as a multiplication of FloatDimensionless and FloatForce
-
times
Calculate the multiplication of FloatDimensionless and FloatFrequency, which results in a FloatFrequency scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatFrequency scalar as a multiplication of FloatDimensionless and FloatFrequency
-
times
Calculate the multiplication of FloatDimensionless and FloatIlluminance, which results in a FloatIlluminance scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatIlluminance scalar as a multiplication of FloatDimensionless and FloatIlluminance
-
times
Calculate the multiplication of FloatDimensionless and FloatLength, which results in a FloatLength scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatLength scalar as a multiplication of FloatDimensionless and FloatLength
-
times
Calculate the multiplication of FloatDimensionless and FloatLinearDensity, which results in a FloatLinearDensity scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatLinearDensity scalar as a multiplication of FloatDimensionless and FloatLinearDensity
-
times
Calculate the multiplication of FloatDimensionless and FloatLuminousFlux, which results in a FloatLuminousFlux scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatLuminousFlux scalar as a multiplication of FloatDimensionless and FloatLuminousFlux
-
times
Calculate the multiplication of FloatDimensionless and FloatLuminousIntensity, which results in a FloatLuminousIntensity scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatLuminousIntensity scalar as a multiplication of FloatDimensionless and FloatLuminousIntensity
-
times
Calculate the multiplication of FloatDimensionless and FloatMagneticFluxDensity, which results in a FloatMagneticFluxDensity scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatMagneticFluxDensity scalar as a multiplication of FloatDimensionless and FloatMagneticFluxDensity
-
times
Calculate the multiplication of FloatDimensionless and FloatMagneticFlux, which results in a FloatMagneticFlux scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatMagneticFlux scalar as a multiplication of FloatDimensionless and FloatMagneticFlux
-
times
Calculate the multiplication of FloatDimensionless and FloatMass, which results in a FloatMass scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatMass scalar as a multiplication of FloatDimensionless and FloatMass
-
times
Calculate the multiplication of FloatDimensionless and FloatPower, which results in a FloatPower scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatPower scalar as a multiplication of FloatDimensionless and FloatPower
-
times
Calculate the multiplication of FloatDimensionless and FloatPressure, which results in a FloatPressure scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatPressure scalar as a multiplication of FloatDimensionless and FloatPressure
-
times
Calculate the multiplication of FloatDimensionless and FloatRadioActivity, which results in a FloatRadioActivity scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatRadioActivity scalar as a multiplication of FloatDimensionless and FloatRadioActivity
-
times
Calculate the multiplication of FloatDimensionless and FloatSpeed, which results in a FloatSpeed scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatSpeed scalar as a multiplication of FloatDimensionless and FloatSpeed
-
times
Calculate the multiplication of FloatDimensionless and FloatTemperature, which results in a FloatTemperature scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatTemperature scalar as a multiplication of FloatDimensionless and FloatTemperature
-
times
Calculate the multiplication of FloatDimensionless and FloatDuration, which results in a FloatDuration scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatDuration scalar as a multiplication of FloatDimensionless and FloatDuration
-
times
Calculate the multiplication of FloatDimensionless and FloatTorque, which results in a FloatTorque scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatTorque scalar as a multiplication of FloatDimensionless and FloatTorque
-
times
Calculate the multiplication of FloatDimensionless and FloatVolume, which results in a FloatVolume scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatVolume scalar as a multiplication of FloatDimensionless and FloatVolume
-
divide
Calculate the division of FloatDimensionless and FloatLength, which results in a FloatLinearDensity scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatLinearDensity scalar as a division of FloatDimensionless and FloatLength
-
divide
Calculate the division of FloatDimensionless and FloatLinearDensity, which results in a FloatLength scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatLength scalar as a division of FloatDimensionless and FloatLinearDensity
-
divide
Calculate the division of FloatDimensionless and FloatDuration, which results in a FloatFrequency scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatFrequency scalar as a division of FloatDimensionless and FloatDuration
-
divide
Calculate the division of FloatDimensionless and FloatFrequency, which results in a FloatDuration scalar.- Parameters:
v
- FloatDimensionless scalar- Returns:
- FloatDuration scalar as a division of FloatDimensionless and FloatFrequency
-