VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestAssessmentParameter Class / GetAlphabeticGrading(Single) Method
Syntax Requirements SeeAlso
In This Topic
    GetAlphabeticGrading(Single) Method (QualityTestAssessmentParameter)
    In This Topic
    Returns the alphabetic quality grade that corresponds to the specified quality grade.
    Syntax
    'Declaration
    
    Public Shared Function GetAlphabeticGrading( _
    ByVal gradeValue
    The quality grade value (from 0,0 to 4,0).
    As Single _
    ) As QualityTestAlphabeticGrade
    public static QualityTestAlphabeticGrade GetAlphabeticGrading(
    float gradeValue
    )
    public: static QualityTestAlphabeticGrade GetAlphabeticGrading(
    float gradeValue
    )
    public:
    static QualityTestAlphabeticGrade GetAlphabeticGrading(
    float gradeValue
    )

    Parameters

    gradeValue
    The quality grade value (from 0,0 to 4,0).

    Return Value

    The alphabetic quality grade.
    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