Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static double FromDecibels(
	double decibels
)

Parameters

decibels
Type: SystemDouble
The decibel value to convert to linear scale.

Return Value

Type: Double
The value in linear scale.
See Also