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




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

    Property Value

    Boolean value.
    See Also