IPropertyValue.IsNumericScalar Proprietà

Definizione

Ottiene un valore che indica se il valore della proprietà è un valore scalare.

public:
 property bool IsNumericScalar { bool get(); };
bool IsNumericScalar();
public bool IsNumericScalar { get; }
var boolean = iPropertyValue.isNumericScalar;
Public ReadOnly Property IsNumericScalar As Boolean

Valore della proprietà

Boolean

bool

True se il valore è scalare; in caso contrario false.

Si applica a