[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Gibt eine Kopie der Zelle (x, y)
zurück.
Namespace: DynamicNode.Types.BaseAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
| C# |
|---|
public Scalar<T> CopyCell( int x, int y ) |
| Visual Basic |
|---|
Public Function CopyCell ( _ x As Integer, _ y As Integer _ ) As Scalar(Of T) |
| F# |
|---|
member CopyCell : x:int * y:int -> Scalar<'T> |