[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine Kopie der Zelle x zurück.

Namespace: DynamicNode.Types.Base
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public Scalar<T> CopyCell(
	int x
)
Visual Basic
Public Function CopyCell ( _
	x As Integer _
) As Scalar(Of T)
F#
member CopyCell : 
        x:int -> Scalar<'T> 

Parameters

x
Type: System..::..Int32
The x.

Return Value

Die Kopie einer Zelle als Scalar<(Of <(<'T>)>)>

See Also