In This Topic
Syntax
'Declaration
Public Function PixelsTovaluesOLD( _
ByVal As System.Array, _
ByVal As System.Integer, _
ByVal 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 ,
System.int ,
System.bool
)
public function PixelsTovaluesOLD(
: System.Array;
: System.Integer;
: System.Boolean
): System.array of Single;
public function PixelsTovaluesOLD(
: System.Array,
: System.int,
: System.boolean
) : System.float[];
public: System.float[]* PixelsTovaluesOLD(
System.Array* ,
System.int ,
System.bool
)
public:
System.array<float>^ PixelsTovaluesOLD(
System.Array^ ,
System.int ,
System.bool
)
Parameters
- input
- Frame1
- Scale
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also