Inner Drive Extensible Architecture
C#
Show/Hide TOC
Pressure
Clone Method
Creates a new object that is a copy of the current instance.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
Object
Clone
()
Return Value
Object
A new object that is a copy of this instance.
Implements
ICloneable
Clone
See Also
Reference
Pressure Structure
InnerDrive.Quantitative Namespace
In This Article
Definition
Return Value
Implements
See Also