Gets a value indicating whether this instance is an integer type number, with no fractional part.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool IsInteger { get; }
Public ReadOnly Property IsInteger As Boolean
Get
public:
property bool IsInteger {
bool get ();
}
member IsInteger : bool with get
Property Value
Type:
BooleanSee Also