conversion_float64 Abstract Interface

abstract interface

Generic conversion alias formula that must be user-supplied, float64.

private pure function conversion_float64(magnitude, inverse) result(converted)

Arguments

Type IntentOptional AttributesName
real(kind=R8P), intent(in) :: magnitude

Magnitude (of the quantity) to be converted.

logical, intent(in), optional :: inverse

Activate inverse conversion.

Return Value real(kind=R8P)

Converted magnitude.

Description

Generic conversion alias formula that must be user-supplied, float64.