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




In This Topic
    InputIsSigned Property (ImGearFullLUT)
    In This Topic
    Specifies whether LUT input values are signed.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property InputIsSigned As Boolean
    'Usage
     
    Dim instance As ImGearFullLUT
    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