Click or drag to resize

DoubleFactorAnalysisExtraction, Rotation(DoubleFactorAnalysisExtraction, Rotation) Constructor

Copy constructor. Initializes self with the state of other.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected DoubleFactorAnalysis(
	DoubleFactorAnalysis<Extraction, Rotation> other
)

Parameters

other  DoubleFactorAnalysisExtraction, Rotation
Object to copy.
See Also