StateSection2DSelectorMinMaxAllGetState Method

Selects results on sections through 2d elements.

Definition

Namespace: Karamba.Elements.States.Selectors
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public double GetState(
	IEnumerable<double> states
)

Parameters

states  IEnumerableDouble

[Missing <param name="states"/> documentation for "M:Karamba.Elements.States.Selectors.StateSection2DSelectorMinMaxAll.GetState(System.Collections.Generic.IEnumerable{System.Double})"]

Return Value

Double

[Missing <returns> documentation for "M:Karamba.Elements.States.Selectors.StateSection2DSelectorMinMaxAll.GetState(System.Collections.Generic.IEnumerable{System.Double})"]

Implements

IStateSection2DSelectorGetState(IEnumerableDouble)

See Also