Click or drag to resize

CTR.Create 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: System.Int32
Trend order (must >=0 and <=3)

Return Value

Type: CTR
TR Object
See Also