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




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

    Property Value

    Boolean value.
    See Also