creates a new channel containing the vector lengths for the given channels (channels given by IDs). Returns address of the created channel in the channels array (line 28)
Namespace: Visualisierung_BSP2Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int createChannelVectorLength( int chX, int chY, int chZ ) |
Visual Basic |
---|
Public Function createChannelVectorLength ( _ chX As Integer, _ chY As Integer, _ chZ As Integer _ ) As Integer |
Visual C++ |
---|
public: int createChannelVectorLength( int chX, int chY, int chZ ) |
Parameters
- chX
- Type: System..::..Int32
[Missing <param name="chX"/> documentation for "M:Visualisierung_BSP2.FlowData.createChannelVectorLength(System.Int32,System.Int32,System.Int32)"]
- chY
- Type: System..::..Int32
[Missing <param name="chY"/> documentation for "M:Visualisierung_BSP2.FlowData.createChannelVectorLength(System.Int32,System.Int32,System.Int32)"]
- chZ
- Type: System..::..Int32
[Missing <param name="chZ"/> documentation for "M:Visualisierung_BSP2.FlowData.createChannelVectorLength(System.Int32,System.Int32,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:Visualisierung_BSP2.FlowData.createChannelVectorLength(System.Int32,System.Int32,System.Int32)"]