VPConvert ToAmplitude Method ( Double ,  Double )Virtual Photonics - VTS Library
Virtual Photonics
method determines the amplitude given real and imag arrays

Namespace: Vts.Common.Math
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static double[] ToAmplitude(
	double[] real,
	double[] imag
)

Parameters

real
Type:  OnlineSystem Double 
imag
Type:  OnlineSystem Double 

Return Value

Type:  OnlineDouble 
See Also