2020 Class Back to 2020
C

UnitUtils

Version comparison

Members across versions

35 members across 9 versions · 23 added later · 21 removed · 21 changed · 21 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M Convert(Double, DisplayUnitType, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M Convert(Double, ForgeTypeId, ForgeTypeId)
not yet introduced added same same same changed same same same
M ConvertFromInternalUnits(Double, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M ConvertFromInternalUnits(Double, ForgeTypeId)
not yet introduced added same same same changed same same same
M ConvertToInternalUnits(Double, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M ConvertToInternalUnits(Double, ForgeTypeId)
not yet introduced added same same same changed same same same
not yet introduced not yet introduced added same same changed same same same
not yet introduced not yet introduced added same same changed same same same
not yet introduced added changed missing missing missing missing missing missing
not yet introduced added same same same changed same same same
M GetDiscipline(ForgeTypeId)
not yet introduced not yet introduced added same same same same same same
M GetDisplayUnitType(ForgeTypeId)
not yet introduced added missing missing missing missing missing missing missing
M GetSpecTypeId(UnitType)
not yet introduced added missing missing missing missing missing missing missing
M GetSymbolTypeId(UnitSymbolType)
not yet introduced added missing missing missing missing missing missing missing
M GetTypeCatalogString(UnitType)
same changed missing missing missing missing missing missing missing
M GetTypeCatalogString(DisplayUnitType)
same changed missing missing missing missing missing missing missing
not yet introduced added same same same same same same same
not yet introduced added same same same same same same same
M GetUnitGroup(UnitType)
same changed missing missing missing missing missing missing missing
M GetUnitGroup(ForgeTypeId)
not yet introduced added changed missing missing missing missing missing missing
M GetUnitSymbolType(ForgeTypeId)
not yet introduced added missing missing missing missing missing missing missing
M GetUnitType(ForgeTypeId)
not yet introduced added missing missing missing missing missing missing missing
M GetUnitTypeId(DisplayUnitType)
not yet introduced added missing missing missing missing missing missing missing
M GetValidDisplayUnits(UnitType)
same changed missing missing missing missing missing missing missing
same changed missing missing missing missing missing missing missing
M GetValidUnits(ForgeTypeId)
not yet introduced added same same same same same same same
same changed missing missing missing missing missing missing missing
M IsMeasurableSpec(ForgeTypeId)
not yet introduced not yet introduced added same same same same same same
M IsSpec(ForgeTypeId)
not yet introduced added changed missing missing missing missing missing missing
M IsSymbol(ForgeTypeId)
not yet introduced added same same same same same same same
M IsUnit(ForgeTypeId)
not yet introduced added same same same same same same same
M IsValidDisplayUnit(UnitType, DisplayUnitType)
same changed missing missing missing missing missing missing missing
M IsValidDisplayUnit(DisplayUnitType)
same changed missing missing missing missing missing missing missing
M IsValidUnit(ForgeTypeId, ForgeTypeId)
not yet introduced added same same same same same same same
M IsValidUnitType(UnitType)
same changed missing missing missing missing missing missing missing

Per-version detail

Click a version below to see what changed in that release vs your current frame (2020).
2020 current

Changes in 2021 vs 2020 19 added 12 changed

Flip API Versions →

Added in 2021 (new since 2020)

Changed members

UnitUtils.Convert(Double, DisplayUnitType, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
value Double The value to convert.
currentDisplayUnit DisplayUnitType The current display unit.
desiredDisplayUnit DisplayUnitType The desired display unit.
UnitUtils.ConvertFromInternalUnits(Double, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
value Double The value to convert.
displayUnit DisplayUnitType The desired display unit.
UnitUtils.ConvertToInternalUnits(Double, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
value Double The value to convert.
displayUnit DisplayUnitType The value's display unit.
UnitUtils.GetTypeCatalogString(UnitType)
No longer obsolete in 2020 (was obsolete in 2021)
unitType UnitType The unit type.
→ returns String The type catalog string, or an empty string if the unit type cannot be used in type catalogs.
UnitUtils.GetTypeCatalogString(DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
→ returns String The type catalog string, or an empty string if the display unit cannot be used in type catalogs.
UnitUtils.GetUnitGroup(UnitType)
No longer obsolete in 2020 (was obsolete in 2021)
unitType UnitType The unit type.
UnitUtils.GetValidDisplayUnits(UnitType)
No longer obsolete in 2020 (was obsolete in 2021)
unitType UnitType The unit type.
→ returns IList The valid display units.
UnitUtils.GetValidDisplayUnits()
No longer obsolete in 2020 (was obsolete in 2021)
→ returns IList The valid display units.
UnitUtils.GetValidUnitTypes()
No longer obsolete in 2020 (was obsolete in 2021)
→ returns IList The valid unit types.
UnitUtils.IsValidDisplayUnit(UnitType, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
unitType UnitType The unit type.
displayUnit DisplayUnitType The display unit to check.
→ returns Boolean True if the display unit is valid, false otherwise.
UnitUtils.IsValidDisplayUnit(DisplayUnitType, DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit to check.
displayUnitEnum DisplayUnitType The display unit to check.
→ returns Boolean True if the display unit is valid, false otherwise.
UnitUtils.IsValidUnitType(UnitType, UnitType)
No longer obsolete in 2020 (was obsolete in 2021)
unitType UnitType The unit type to check.
unitTypeEnum UnitType The unit type to check.
→ returns Boolean True if the unit type is valid, false otherwise.