Struct DistanceBand
public readonly struct DistanceBand : IEquatable<DistanceBand>
- Implements
- Inherited Members
Constructors
DistanceBand(int, double)
public DistanceBand(int Every, double Beyond)
Parameters
EveryintThe period, in ticks: 2, 4 or 8.
BeyonddoubleThe inner boundary, a fraction of the radius.
Properties
Beyond
The inner boundary, a fraction of the radius.
public double Beyond { get; init; }
Property Value
Every
The period, in ticks: 2, 4 or 8.
public int Every { get; init; }
Property Value
Methods
Deconstruct(out int, out double)
public void Deconstruct(out int Every, out double Beyond)
Parameters
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
Equals(DistanceBand)
public bool Equals(DistanceBand other)
Parameters
otherDistanceBand
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(DistanceBand, DistanceBand)
public static bool operator ==(DistanceBand left, DistanceBand right)
Parameters
leftDistanceBandrightDistanceBand
Returns
operator !=(DistanceBand, DistanceBand)
public static bool operator !=(DistanceBand left, DistanceBand right)
Parameters
leftDistanceBandrightDistanceBand