Click or drag to resize

EmptyDoubleColumnIsElementEmpty Method

This returns always true.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsElementEmpty(
	int i
)

Parameters

i  Int32
The index i.

Return Value

Boolean
Always true.

Implements

IReadableColumnIsElementEmpty(Int32)
See Also