dm_dp_to_string Function

public pure elemental function dm_dp_to_string(dp) result(str)

Returns data point as 58 characters long string. The attributes x and y are separated by white space.

Arguments

Type IntentOptional Attributes Name
type(dp_type), intent(in) :: dp

Data point type.

Return Value character(len=58)