Speichert Position/Geschwindigkeit/Druck/Verwirbelung von/je Gitterpunkt.


Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Public Structure Flows.GridSamplePoint
C#
public struct Flows.GridSamplePoint
C++
value class Flows.GridSamplePoint
J#
public final class Flows.GridSamplePoint extends ValueType
JScript
JScript suports the use of structures, but not the declaration of new ones.

Inheritance Hierarchy

System.Object
   Flowvis.Flows.GridSamplePoint

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also