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