Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

bytes
Type: SystemByte
The bytes that contain the matrix to be loaded.

Return Value

Type: Array
A jagged array containing the values available in the given stream.
See Also