Click or drag to resize

OleDbSchemaIsNumeric Method

Checks whether a given type is numeric.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsNumeric(
	Type type
)

Parameters

type  Type
Type to check.

Return Value

Boolean
True if the type is numeric; false otherwise.
See Also