ILNumerics Ultimate VS

Surface Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Public methodSurface(InArrayDouble, InArrayDouble, TupleSingle, 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(InArraySingle, InArraySingle, TupleSingle, Single, Colormap, Object)
Creates a new surface plot, provide Z, X and/or Y coordinates

[ILNumerics Visualization Engine]

Public methodSurface(InArrayDouble, InArrayDouble, InArrayDouble, InArrayDouble, TupleSingle, 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(InArraySingle, InArraySingle, InArraySingle, InArraySingle, TupleSingle, Single, Colormap, Object)
Creates a new surface plot, provide Z values, X and Y ranges

[ILNumerics Visualization Engine]

Public methodCode exampleSurface(FuncSingle, Single, Single, Single, Single, Int32, Single, Single, Int32, FuncSingle, Single, Single, TupleSingle, Single, Colormap, Object)
Creates a new surface plot from a function delegate

[ILNumerics Visualization Engine]

Top
See Also

Reference