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