CommunicationAnalysisToDecibels Method |
Convert the supplied linear value to decibels.
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 ToDecibels(
double linearUnits
)
Public Shared Function ToDecibels (
linearUnits As Double
) As Double
public:
static double ToDecibels(
double linearUnits
)
static member ToDecibels :
linearUnits : float -> float
Parameters
- linearUnits
- Type: SystemDouble
The linear units to convert to decibels.
Return Value
Type:
DoubleThe value in decibels.
See Also