SoCpuBufferBasicPropertySetMinMax Method |
Set the min and max values for this buffer.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void SetMinMax(
double min,
double max
)
Public Overridable Sub SetMinMax (
min As Double,
max As Double
)
public:
virtual void SetMinMax(
double min,
double max
)
abstract SetMinMax :
min : float *
max : float -> unit
override SetMinMax :
min : float *
max : float -> unit
Parameters
- min
- Type: SystemDouble
user variable containing min value
- max
- Type: SystemDouble
user variable containing max value
Remarks See Also