public double Intercept {get; set;}
'Declaration
Public Property Intercept As Double
'Usage
Dim instance As ApplyLinearModalityLookupTableCommand
Dim value As Double
instance.Intercept = value
value = instance.Intercept
public double Intercept {get; set;}
@property (nonatomic, assign) double intercept;
public double getIntercept()
public void setIntercept(double value)
get_Intercept();
set_Intercept(value);
Object.defineProperty('Intercept');
public:
property double Intercept {
double get();
void set ( double value);
}
Property Value
"Rescale Intercept" : the value of "b" in the linear relationship between original pixel values and the new pixel values.
(new pixel value) = m * (original pixel value) + b. Where "m" is the "Rescale Slope".