|
NpyFormatLoadJagged Method (Byte)
|
Loads a jagged array from an array of bytes.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static Array LoadJagged(
byte[] bytes
)
Public Shared Function LoadJagged (
bytes As Byte()
) As Array
Request Example
View SourceParameters
- bytes
- Type: SystemByte
The bytes that contain the matrix to be loaded.
Return Value
Type:
ArrayA jagged array containing the values available in the given stream.
See Also