Click or drag to resize

ConfidenceIntervalClone Method

Clones this object using the specified context.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Object Clone(
	CopyContext context
)

Parameters

context
Type: AGI.Foundation.InfrastructureCopyContext
The context to use to perform the copy.

Return Value

Type: Object
A new instance which is a copy of this object.

Implements

ICloneWithContextClone(CopyContext)
See Also