25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSGeoprocessingParameter.h>
40 #pragma mark initializers
48 -(instancetype)initWithValue:(
double)value;
54 +(instancetype)geoprocessingDoubleWithValue:(
double)value;
57 #pragma mark properties
62 @property (nonatomic, assign, readwrite)
double value;
A geoprocessing parameter for double data type.
Definition: AGSGeoprocessingDouble.h:37
instancetype geoprocessingDouble()
double value
Definition: AGSGeoprocessingDouble.h:62
A base class for geoprocessing parameters.
Definition: AGSGeoprocessingParameter.h:38