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




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

    Property Value

    Boolean value.
    See Also