| 
            
              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
Syntaxpublic bool BigEndian { get; }Public ReadOnly Property BigEndian As Boolean
	Get
 Request Example
		View SourceProperty Value
Type: 
Boolean
See Also