|
Returns a type where the type has been annotated with the given types and/or units-of-measure.
e.g. float, Vector
-
basic
:
Type
-
argument
:
Type list
-
Returns:
Type
|
|
Returns the measure indicating the inverse of two units of measure, e.g. 1 / s
-
denominator
:
Type
-
Returns:
Type
|
|
Gets the measure indicating the "1" unit of measure, that is the unitless measure.
-
Returns:
Type
|
|
Returns the measure indicating the product of two units of measure, e.g. kg * m
-
measure1
:
Type
-
measure2
:
Type
-
Returns:
Type
|
|
Returns the measure indicating the ratio of two units of measure, e.g. kg / m
-
numerator
:
Type
-
denominator
:
Type
-
Returns:
Type
|
|
Returns the measure for an SI unit from the F# core library, where the string is in capitals and US spelling, e.g. Meter
-
unitName
:
string
-
Returns:
Type
|
|
Returns the measure indicating the square of a unit of measure, e.g. m * m
-
measure
:
Type
-
Returns:
Type
|