[This is preliminary documentation and is subject to change.]
Determines whether the underlying type is scalar or complex (i.e. tuple, list)
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsScalar { get; }
public bool IsScalar { get; }
Public ReadOnly Property IsScalar As Boolean
Get
Public ReadOnly Property IsScalar As Boolean
Get
public:
virtual property bool IsScalar {
bool get () sealed;
}
public:
virtual property bool IsScalar {
bool get () sealed;
}
abstract IsScalar : bool with get
override IsScalar : bool with get
abstract IsScalar : bool with get
override IsScalar : bool with get
Property Value
Type:
BooleanImplements
IErlObject IsScalar