Click or drag to resize

LCSuperPositionFactor 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.
Inheritance Hierarchy
SystemObject
  Karamba.Loads.CombinationsLCSuperPositionFactor

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class LCSuperPositionFactor

The LCSuperPositionFactor type exposes the following members.

Constructors
  NameDescription
Public methodLCSuperPositionFactor(Double)
Initializes a new instance of the LCSuperPositionFactor class. create.
Public methodLCSuperPositionFactor(Double, NullableDouble)
Initializes a new instance of the LCSuperPositionFactor class. initialize a superposition factor.
Top
Properties
  NameDescription
Public propertyFacs
Gets the Upper and lower-bound multiplication factors.
Public propertyLower
Gets the lower-bound multiplication factor.
Public propertyUpper
Gets the upper-bound multiplication factor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNeg
invert a super position factor by negating its boundaries. The boundary gaps are not exchanged.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also