public IEnumerable<CroSecStrain> Strain(
double inverseOfEA,
double inverseOfEIyy,
double inverseOfEIzz,
out List<int> selectionInds
)
Public Function Strain (
inverseOfEA As Double,
inverseOfEIyy As Double,
inverseOfEIzz As Double,
<OutAttribute> ByRef selectionInds As List(Of Integer)
) As IEnumerable(Of CroSecStrain)
public:
virtual IEnumerable<CroSecStrain^>^ Strain(
double inverseOfEA,
double inverseOfEIyy,
double inverseOfEIzz,
[OutAttribute] List<int>^% selectionInds
) sealed
abstract Strain :
inverseOfEA : float *
inverseOfEIyy : float *
inverseOfEIzz : float *
selectionInds : List<int> byref -> IEnumerable<CroSecStrain>
override Strain :
inverseOfEA : float *
inverseOfEIyy : float *
inverseOfEIzz : float *
selectionInds : List<int> byref -> IEnumerable<CroSecStrain>
[Missing <param name="inverseOfEA"/> documentation for "M:Karamba.Elements.States.StateElement1D.Strain(System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"]
[Missing <param name="inverseOfEIyy"/> documentation for "M:Karamba.Elements.States.StateElement1D.Strain(System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"]
[Missing <param name="inverseOfEIzz"/> documentation for "M:Karamba.Elements.States.StateElement1D.Strain(System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"]
[Missing <param name="selectionInds"/> documentation for "M:Karamba.Elements.States.StateElement1D.Strain(System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"]
[Missing <returns> documentation for "M:Karamba.Elements.States.StateElement1D.Strain(System.Double,System.Double,System.Double,System.Collections.Generic.List{System.Int32}@)"]