conversion_float32 Abstract Interface

abstract interface

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

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

Arguments

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

Magnitude (of the quantity) to be converted.

logical, intent(in), optional :: inverse

Activate inverse conversion.

Return Value real(kind=R4P)

Converted magnitude.

Description

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