public class CombinationFactor
Public Class CombinationFactor
public ref class CombinationFactor
type CombinationFactor = class end
CombinationFactor(Double) | Initializes a new instance of the CombinationFactor class. create. |
CombinationFactor(Double, Double) | Initializes a new instance of the CombinationFactor class. initialize a superposition factor. |
Facs | Gets the Upper and lower-bound multiplication factors. |
Lower | Gets the lower-bound multiplication factor. |
Upper | Gets the upper-bound multiplication factor. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Inverse | Invert this factor. |
IsUnity | Check whether the factor is '1'. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Neg | invert a super position factor by negating its boundaries. The boundary gaps are not exchanged. |
Or | Or-Combine this factor with another and return the result. |
Plus | Plus-Combine this factor with another and return the result. |
Scaled | Scale this factor with another and return the result. |
ToString |
A string that represents the combination factor.
(Overrides ObjectToString) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |