spd_get_value Interface

interface
public pure function spd_get_value(this, index) result(x)

Arguments

Type IntentOptional Attributes Name
class(scatter_plot_data), intent(in) :: this

The scatter_plot_data object.

integer(kind=int32), intent(in) :: index

The index.

Return Value real(kind=real64)

The value.

Description

Gets an indexed value from the scatter_plot_data object.