CombinationFactor Class

A factor to be applied to a load-case SuperPosition. The factors are upper and lower bound multipliers where the lower-bound multiplier may be null, thus non-existent.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class CombinationFactor
Inheritance
Object    CombinationFactor

Constructors

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.

Properties

Facs Gets the Upper and lower-bound multiplication factors.
Lower Gets the lower-bound multiplication factor.
Upper Gets the upper-bound multiplication factor.

Methods

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)

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also