|
ModelBeam_invEIyy Method
|
Get the inverse of the bending stiffness about the y-axis.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected override double _invEIyy(
double E
)
Protected Overrides Function _invEIyy (
E As Double
) As Double
protected:
virtual double _invEIyy(
double E
) override
abstract _invEIyy :
E : float -> float
override _invEIyy :
E : float -> float
Parameters
- E
- Type: SystemDouble
Young's Modulus.
Return Value
Type:
DoubleInverse of the bending stiffness about the y-axis.
See Also