Gets a value indicating whether the property type is a signed numeric type.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

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

Field Value

true if type returned by FormatType is a signed numeric type; otherwise, false.

See Also