CommunicationAnalysisFromDecibels Method  | 
 
            Convert the supplied decibel value to linear scale.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static double FromDecibels(
	double decibels
)
Public Shared Function FromDecibels ( 
	decibels As Double
) As Double
public:
static double FromDecibels(
	double decibels
)
static member FromDecibels : 
        decibels : float -> float 
Parameters
- decibels
 - Type: SystemDouble
The decibel value to convert to linear scale. 
Return Value
Type: 
DoubleThe value in linear scale.
See Also