DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / PixelsTovaluesOLD Method






    PixelsTovaluesOLD Method
    Syntax
    'Declaration
     
    
    Public Function PixelsTovaluesOLD( _
       ByVal input As System.Array, _
       ByVal Frame1 As System.Integer, _
       ByVal Scale As System.Boolean _
    ) As System.Single()
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim input As System.Array
    Dim Frame1 As System.Integer
    Dim Scale As System.Boolean
    Dim value() As System.Single
     
    value = instance.PixelsTovaluesOLD(input, Frame1, Scale)

    Parameters

    input
    Frame1
    Scale
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also