Partager via


MetaColumn.IsFloatingPoint Propriété

Définition

Obtient une valeur qui indique si le champ de données est un type virgule flottante.

public:
 property bool IsFloatingPoint { bool get(); };
public bool IsFloatingPoint { get; }
member this.IsFloatingPoint : bool
Public ReadOnly Property IsFloatingPoint As Boolean

Valeur de propriété

true si le champ de données est un type virgule flottante ; sinon, false.

Remarques

Les types float, doubleet decimal sont des types à virgule flottante.

S’applique à

Voir aussi