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