DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / IFrameSource Interface / CalculatedNumberOfFrames Method






In This Topic
    CalculatedNumberOfFrames Method
    In This Topic
    The number of frames, cacluated from the data itself
    Syntax
    'Declaration
     
    
    Function CalculatedNumberOfFrames() As System.Integer
    'Usage
     
    
    Dim instance As IFrameSource
    Dim value As System.Integer
     
    value = instance.CalculatedNumberOfFrames()
    System.int CalculatedNumberOfFrames()
    function CalculatedNumberOfFrames(): System.Integer; 
    function CalculatedNumberOfFrames() : System.int;
    System.int CalculatedNumberOfFrames(); 
    System.int CalculatedNumberOfFrames(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also