 | CVVWindow Method |
Limit the elements of a vv to a range.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Window(
double min,
double max,
int mode
)
public void Window(
double min,
double max,
int mode
)
Public Sub Window (
min As Double,
max As Double,
mode As Integer
)
Public Sub Window (
min As Double,
max As Double,
mode As Integer
)
public:
void Window(
double min,
double max,
int mode
)
public:
void Window(
double min,
double max,
int mode
)
member Window :
min : float *
max : float *
mode : int -> unit
member Window :
min : float *
max : float *
mode : int -> unit
Parameters
- min
- Type: SystemDouble
Min Val - max
- Type: SystemDouble
Max Val - mode
- Type: SystemInt32
<define>VV_WINDOW</define>
See Also