ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearLinearTransform Structure / Intercept Field




In This Topic
    Intercept Field
    In This Topic
    Intercept coefficient.
    Syntax
    'Declaration
     
    Public Intercept As Double
    'Usage
     
    Dim instance As ImGearLinearTransform
    Dim value As Double
     
    value = instance.Intercept
     
    instance.Intercept = value
    public double Intercept
    public: double Intercept
    public:
    double Intercept

    Field Value

    Any double value.
    Remarks
    This property specifies Intercept coefficient of the transform.

    The default value is 0.0.

    See Also