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