Click or drag to resize

CSYSDisplayReal Method

Display a real number.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void DisplayReal(
	CGXNETCore gxNetShared,
	string title,
	double real
)

public static void DisplayReal(
	CGXNETCore gxNetShared,
	string title,
	double real
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
title
Type: SystemString
Title of the Window
real
Type: SystemDouble
Number
See Also