VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestPassFailParameter Class / Implicit Type Conversion Operators / Implicit(QualityTestPassFailParameter) Operator
Syntax Requirements SeeAlso
In This Topic
    Implicit(QualityTestPassFailParameter) Operator (QualityTestPassFailParameter)
    In This Topic
    Performs an implicit conversion from QualityTestAssessmentParameter to the grade value, if grade is available, or value (float).
    Syntax
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal parameter
    The assessment parameter to convert.
    As QualityTestPassFailParameter _
    ) As Boolean
    public bool operator implicit(
    QualityTestPassFailParameter parameter
    )
    public:
    bool operator implicit(
    QualityTestPassFailParameter^ parameter
    )

    Parameters

    parameter
    The assessment parameter to convert.

    Return Value

    Converted point.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also