Constructor that copies an existing SymbolFreq instance.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public SymbolFreq(
	SymbolFreq other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As SymbolFreq _
)
Visual C++
public:
SymbolFreq(
	SymbolFreq^ other
)

Parameters

other
Type: RightEdge.Common..::.SymbolFreq
Valid SymolFreq instance.

See Also