Stream Address.Is Empty 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#
true if this is an empty address; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public bool IsEmpty { get; }Property Value
Booleantrue if this is an empty address; otherwise, false.