Click or drag to resize
Accord.NET (logo)

MatReaderBigEndian Property

Gets whether the MAT file uses the Big-Endian standard for bit-order. Currently, only little endian is supported.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool BigEndian { get; }
Request Example View Source

Property Value

Type: Boolean
See Also