|   | SampleConverterConvert Method (Byte, Int32) | 
        
         
              Converts a unsigned 8-bit byte sample
              into a 32-bit integer sample.
            
 
    Namespace: 
   Accord.Audio
    Assembly:
   Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
 Syntax
Syntaxpublic static void Convert(
	byte from,
	out int to
)
Public Shared Sub Convert ( 
	from As Byte,
	<OutAttribute> ByRef to As Integer
)
Parameters
- from
- Type: SystemByte
 The original sample.
- to
- Type: SystemInt32
 The resulting sample.
 See Also
See Also