NDepend.API Documentation
DistFromMainSeq Property
NDepend.CodeModel Namespace > IAssembly Interface : DistFromMainSeq Property
Gets a float numeric nullable value equals to NormDistFromMainSeq / Sqrt(2), assessing the balance between Abstractness and Instability for this assembly. A returned value close to 0 indicates an ideal balance.
Syntax
Nullable<float> DistFromMainSeq {get;}

Property Value

null if this assembly is a third-party assembly.
Otherwise returns this assembly DistFromMainSeq numeric value.
Remarks
More information concerning the usefulness of this code metric is available in the descripion of the NormDistFromMainSeq code metric.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IAssembly Interface
IAssembly Members