Gets true for Double values.

Namespace: DayPilot.Json
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public bool IsDouble { get; }
Visual Basic
Public ReadOnly Property IsDouble As Boolean
	Get
Visual C++
public:
property bool IsDouble {
	bool get ();
}

See Also