Click or drag to resize
AB4D logo

HeightMapMesh3DGetDataMinAndMaxValue Method

GetDataMinAndMaxValue method sets the minValue and maxValue from all the values in the data array.

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static void GetDataMinAndMaxValue(
	double[,] data,
	out double minValue,
	out double maxValue
)

Parameters

data  Double
data array
minValue  Double
out minValue
maxValue  Double
out maxValue
See Also