DfsFactoryCreateAxisEqD4 Method |
Create a 4D equidistant spatial axis. Currently not supported.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic IDfsAxisEqD4 CreateAxisEqD4(
eumUnit axisUnit,
int xCount,
double x0,
double dx,
int yCount,
double y0,
double dy,
int zCount,
double z0,
double dz,
int fCount,
double f0,
double df
)
Public Function CreateAxisEqD4 (
axisUnit As eumUnit,
xCount As Integer,
x0 As Double,
dx As Double,
yCount As Integer,
y0 As Double,
dy As Double,
zCount As Integer,
z0 As Double,
dz As Double,
fCount As Integer,
f0 As Double,
df As Double
) As IDfsAxisEqD4
public:
IDfsAxisEqD4^ CreateAxisEqD4(
eumUnit axisUnit,
int xCount,
double x0,
double dx,
int yCount,
double y0,
double dy,
int zCount,
double z0,
double dz,
int fCount,
double f0,
double df
)
member CreateAxisEqD4 :
axisUnit : eumUnit *
xCount : int *
x0 : float *
dx : float *
yCount : int *
y0 : float *
dy : float *
zCount : int *
z0 : float *
dz : float *
fCount : int *
f0 : float *
df : float -> IDfsAxisEqD4
Parameters
- axisUnit
- Type: eumUnit
Unit of the axis coordinate values. - xCount
- Type: SystemInt32
Number of data points in the x direction - x0
- Type: SystemDouble
Relative offset to origin in x direction - dx
- Type: SystemDouble
space between each gridpoint in x direction - yCount
- Type: SystemInt32
Number of data points in the y direction - y0
- Type: SystemDouble
Relative offset to origin in y direction - dy
- Type: SystemDouble
space between each gridpoint in y direction - zCount
- Type: SystemInt32
Number of data points in the z direction - z0
- Type: SystemDouble
Relative offset to origin in z direction - dz
- Type: SystemDouble
space between each gridpoint in z direction - fCount
- Type: SystemInt32
Number of data points in the f direction - f0
- Type: SystemDouble
Relative offset to origin in f direction - df
- Type: SystemDouble
space between each gridpoint in f direction
Return Value
Type:
IDfsAxisEqD4
See Also