Show / Hide Table of Contents

Class StepLengths

Inheritance
object
StepLengths
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public static class StepLengths

Properties

Uniform

Declaration
public static Func<Step, float?> Uniform { get; }
Property Value
Type Description
Func<Step, float?>

Methods

Create(Func<Cell, bool>, Func<Step, float?>)

Declaration
public static Func<Step, float?> Create(Func<Cell, bool> isAccessible = null, Func<Step, float?> stepLengths = null)
Parameters
Type Name Description
Func<Cell, bool> isAccessible
Func<Step, float?> stepLengths
Returns
Type Description
Func<Step, float?>

Euclidian(IGrid)

Declaration
public static Func<Step, float?> Euclidian(IGrid grid)
Parameters
Type Name Description
IGrid grid
Returns
Type Description
Func<Step, float?>
In this article
Back to top Generated by DocFX