CommunicationAnalysisFromDecibels Method |
Convert the supplied decibel value to linear scale.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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