MatrixD2DCopyFrom(Object) Method |
Copies the elements from another object if it is a
MatrixD2D.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool CopyFrom(
Object o
)
Parameters
- o Object
- The object to copy from.
Return Value
BooleanTrue if copy was successful, otherwise false.
See Also