StreamAddress.IsEmpty Property

Gets a value indicating whether this stream address is empty (root stream).

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public bool IsEmpty { get; }

Property Value

Boolean
true if this is an empty address; otherwise, false.

See Also