ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLinearLUT Class / OutputIsSigned Property




In This Topic
    OutputIsSigned Property (ImGearLinearLUT)
    In This Topic
    Gets a value whether LUT output values are signed.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property OutputIsSigned As Boolean
    'Usage
     
    Dim instance As ImGearLinearLUT
    Dim value As Boolean
     
    value = instance.OutputIsSigned
    public override bool OutputIsSigned {get;}
    public: __property bool get_OutputIsSigned() override;
    public:
    property bool OutputIsSigned {
       bool get() override;
    }

    Property Value

    Boolean value.
    See Also