Click or drag to resize

NoRotation Class

Used as a class type parameter value to factor analysis classes when no factor rotation is desired.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreNoRotation

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class NoRotation : IFactorRotation, ICloneable

The NoRotation type exposes the following members.

Constructors
 NameDescription
Public methodNoRotation Construct a no rotation object.
Top
Methods
 NameDescription
Public methodClone Clone functions. Returns a deep copy of self.
Public methodRotate The rotate function. Does nothing.
Top
See Also