Clone()

Namespace ›› System ›› MfBigInt ›› Methods ››
Parent Previous Next

Clone()

Clones the current instance an return  a new instance with the same values.

OutputVar := instance.Clone()

Clone()

Clones the current instance an return  a new instance with the same values.

Returns

Returns a new instance that is a copy of the current instance.

Throws

Throws MfNullReferenceException if called as static method.