 | CVVUClip Method |
Clip a VV to a range.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void Clip(
CVV vv,
double min,
double max,
int clip
)
public static void Clip(
CVV vv,
double min,
double max,
int clip
)
Public Shared Sub Clip (
vv As CVV,
min As Double,
max As Double,
clip As Integer
)
Public Shared Sub Clip (
vv As CVV,
min As Double,
max As Double,
clip As Integer
)
public:
static void Clip(
CVV^ vv,
double min,
double max,
int clip
)
public:
static void Clip(
CVV^ vv,
double min,
double max,
int clip
)
static member Clip :
vv : CVV *
min : float *
max : float *
clip : int -> unit
static member Clip :
vv : CVV *
min : float *
max : float *
clip : int -> unit
Parameters
- vv
- Type: GeoEngine.Core.GXNetCVV
VV to clip - min
- Type: SystemDouble
Minimum value, <define>rDUMMY</define> for no minimum clip - max
- Type: SystemDouble
Maximum value, <define>rDUMMY</define> for no maximum clip - clip
- Type: SystemInt32
<define>VVU_CLIP</define>
See Also