Click or drag to resize

MatrixD2DCopyFrom(Object) Method

Copies the elements from another object if it is a MatrixD2D.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool CopyFrom(
	Object o
)

Parameters

o  Object
The object to copy from.

Return Value

Boolean
True if copy was successful, otherwise false.
See Also