|
ModelBeam_invEIyy Method
|
inverse of the bending stiffness about the y-axis
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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:
Double[Missing <returns> documentation for "M:Karamba.Elements.ModelBeam._invEIyy(System.Double)"]
See Also