Skip to content

Annotations for conversion ratio properties #533

Closed as not planned
Closed as not planned
@rjyounes

Description

@rjyounes

standardConversionFactor (formerly convertToStandard): The definition provided is more like a scopeNote plus an example: ""Note this kind of conversion will only work with temperatures if they are in Kelvin or Rankine (with a true 0). You multiply to get to the base, divide to go from the base. mph to mps is .44704. The multiple from kph to mps is .277778 . To convert 60 mph to kph is (60 * .44704 / .277778 or 96.56056 kph"
Proposal: Break this up into a scopeNote and example, and add an actual definition.

baseConversionFactor (formerly convertToBase): Definition is ""The conversion factor used to get to the base unit. E.g., multiplying by 0.0254 gets you from inches to meters. Divide by this number to go the other way. Used in conjunction with conversionOffset to convert from one unit to another. Degrees K = (Degrees F - conversionOffset) * convertToBase. Or K = (F-(-469.67)) * (5/9. To go the other way: F = (K * 9/5) -469.67. Try it on Google."
Proposal: Break up into definition and example, and remove "Try it on Google."

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions