Click or drag to resize

CSYSDisplayInt Method

Display an integer.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DisplayInt(
	string title,
	int n
)

public static void DisplayInt(
	string title,
	int n
)

Parameters

title
Type: SystemString
Title of the Window
n
Type: SystemInt32
Number
See Also