Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NProgressBar Class / CalculateBufferedFactor Method


In This Topic
    CalculateBufferedFactor Method
    In This Topic
    Calculates the buffered part factor, i.e. the ratio of the buffered part to the whole progress bar from 0 to 1.
    Syntax
    'Declaration
     
    
    Protected Function CalculateBufferedFactor() As System.Double
    'Usage
     
    
    Dim instance As NProgressBar
    Dim value As System.Double
     
    value = instance.CalculateBufferedFactor()
    protected System.double CalculateBufferedFactor()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also