[Missing <summary> documentation for "M:Visualisierung_BSP2.FlowChannel.getValue(System.Int32[],System.Single[])"]
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public float getValue( int[] vtxID, float[] coef ) |
Visual Basic |
---|
Public Function getValue ( _ vtxID As Integer(), _ coef As Single() _ ) As Single |
Visual C++ |
---|
public: float getValue( array<int>^ vtxID, array<float>^ coef ) |
Parameters
- vtxID
- Type: array<System..::..Int32>[]()[][]
[Missing <param name="vtxID"/> documentation for "M:Visualisierung_BSP2.FlowChannel.getValue(System.Int32[],System.Single[])"]
- coef
- Type: array<System..::..Single>[]()[][]
[Missing <param name="coef"/> documentation for "M:Visualisierung_BSP2.FlowChannel.getValue(System.Int32[],System.Single[])"]
Return Value
[Missing <returns> documentation for "M:Visualisierung_BSP2.FlowChannel.getValue(System.Int32[],System.Single[])"]