C#
Objective-C
C++
Java
public double RescaleSlope { get; set; }
@property (nonatomic, assign) double rescaleSlope;
public double getRescaleSlope()
public void setRescaleSlope(double value)
public:
property double RescaleSlope {
double get();
void set ( double value);
}
Value that indicates the "Rescale Slope" (0028,1053) element. This property is only defined when IsRescaleSlopeIntercept is set to true.
For an example, refer to GetModalityLutAttributes.
DicomModalityLutAttributes Class
DicomModalityLutAttributes Members