| 
            
              SampleConverterConvert Method (Int16, Double)
             | 
          
        
         
              Converts a signed 16-bit integer sample
              into a 64-bit floating point sample.
            
 
    Namespace: 
   Accord.Audio
    Assembly:
   Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntaxpublic static void Convert(
	short from,
	out double to
)
Public Shared Sub Convert ( 
	from As Short,
	<OutAttribute> ByRef to As Double
)
 Request Example
		View SourceParameters
- from
 - Type: SystemInt16
The original sample. - to
 - Type: SystemDouble
The resulting sample. 
See Also