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