|
ModelTruss_invEIzz Method
|
inverse of the bending stiffness about the z-axis
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual double _invEIzz(
double E
)
Protected Overridable Function _invEIzz (
E As Double
) As Double
protected:
virtual double _invEIzz(
double E
)
abstract _invEIzz :
E : float -> float
override _invEIzz :
E : float -> float
Parameters
- E
- Type: SystemDouble
Young's Modulus
Return Value
Type:
Double[Missing <returns> documentation for "M:Karamba.Elements.ModelTruss._invEIzz(System.Double)"]
See Also