ElecNetKit.Util NamespaceElecNetKit Documentation
Defines a few bells and whistles that are used throughout ElecNetKit and might be useful in potential applications.
Classes

  ClassDescription
Public classLimits
Automatically determines the minimum and maximum values for a data set. Manual limits (LimitMin and LimitMax) can also be specified, and then values can be scaled from the Auto-space to the Manual-space, and vice-versa.
Public classNormalDist
A Normal Distribution. Generates normally-distributed random data from a mean and a standard deviation.
Public classTwinKeyDictionary TKeyX, TKeyY, TValue 
A Twin-Key dictionary, useful for working with tables of data, such as sensitivities. Can index by either key or both. Could also be interpreted as a sparse matrix with flexible types for the rows and cols.