Toggle navigation
FPLOT
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
spd_get_int_value
Interface
27 statements
Source File
fplot_plot_data.f90
fplot_plot_data
spd_get_int_value
Contents
None
interface
public pure function spd_get_int_value(this) result(x)
Arguments
Type
Intent
Optional
Attributes
Name
class(
scatter_plot_data
),
intent(in)
::
this
The scatter_plot_data object.
Return Value
integer(kind=int32)
The value.
Description
Gets an integer value from the scatter_plot_data object.