Click or drag to resize

CTRCreate Method

Creates a Trend object

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CTR Create(
	int order
)

public static CTR Create(
	int order
)

Parameters

order
Type: SystemInt32
Trend order (must >=0 and <=3)

Return Value

Type: CTR
TR Object
See Also