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






In This Topic
    PixelsTovaluesOLD Method
    In This Topic
    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)
    public System.float[] PixelsTovaluesOLD( 
       System.Array input,
       System.int Frame1,
       System.bool Scale
    )
    public function PixelsTovaluesOLD( 
        input: System.Array;
        Frame1: System.Integer;
        Scale: System.Boolean
    ): System.array of Single; 
    public function PixelsTovaluesOLD( 
       input : System.Array,
       Frame1 : System.int,
       Scale : System.boolean
    ) : System.float[];
    public: System.float[]* PixelsTovaluesOLD( 
       System.Array* input,
       System.int Frame1,
       System.bool Scale
    ) 
    public:
    System.array<float>^ PixelsTovaluesOLD( 
       System.Array^ input,
       System.int Frame1,
       System.bool Scale
    ) 

    Parameters

    input
    Frame1
    Scale
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also