MetaColumn.IsFloatingPoint Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Datenfeld ein Gleitkommatyp ist.

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

Eigenschaftswert

true, wenn das Datenfeld ein Gleitkommatyp ist, andernfalls false.

Hinweise

Die Typen float, doubleund decimal sind Gleitkommatypen.

Gilt für:

Weitere Informationen