Click or drag to resize

CommunicationAnalysisToDecibels Method

Convert the supplied linear value to decibels.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double ToDecibels(
	double linearUnits
)

Parameters

linearUnits
Type: SystemDouble
The linear units to convert to decibels.

Return Value

Type: Double
The value in decibels.
See Also