ILNumerics Ultimate VS

Surface Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Public methodSurface(InArray<Double>, InArray<Double>, Tuple<Single, Single>, Colormap, Object)
Creates a new surface plot, provide Z, X and/or Y coordinates as double precision arrays (will be rounded internally)

[ILNumerics Visualization Engine]

Public methodSurface(InArray<Single>, InArray<Single>, Tuple<Single, Single>, Colormap, Object)
Creates a new surface plot, provide Z, X and/or Y coordinates

[ILNumerics Visualization Engine]

Public methodSurface(InArray<Double>, InArray<Double>, InArray<Double>, InArray<Double>, Tuple<Single, Single>, Colormap, Object)
Creates a new surface plot, provide Z values, X and Y ranges as double precision arrays (will be rounded internally)

[ILNumerics Visualization Engine]

Public methodSurface(InArray<Single>, InArray<Single>, InArray<Single>, InArray<Single>, Tuple<Single, Single>, Colormap, Object)
Creates a new surface plot, provide Z values, X and Y ranges

[ILNumerics Visualization Engine]

Public methodCode exampleSurface(Func<Single, Single, Single>, Single, Single, Int32, Single, Single, Int32, Func<Single, Single, Single>, Tuple<Single, Single>, Colormap, Object)
Creates a new surface plot from a function delegate

[ILNumerics Visualization Engine]

Top
See Also

Reference