Show / Hide Table of Contents

Class StepLengths

Inheritance
System.Object
StepLengths
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public static class StepLengths : Object

Properties

Uniform

Declaration
public static Func<Step, Nullable<float>> Uniform { get; }
Property Value
Type Description
System.Func<Step, System.Nullable<System.Single>>

Methods

Create(Func<Cell, Boolean>, Func<Step, Nullable<Single>>)

Declaration
public static Func<Step, Nullable<float>> Create(Func<Cell, bool> isAccessible = null, Func<Step, Nullable<float>> stepLengths = null)
Parameters
Type Name Description
System.Func<Cell, System.Boolean> isAccessible
System.Func<Step, System.Nullable<System.Single>> stepLengths
Returns
Type Description
System.Func<Step, System.Nullable<System.Single>>

Euclidian(IGrid)

Declaration
public static Func<Step, Nullable<float>> Euclidian(IGrid grid)
Parameters
Type Name Description
IGrid grid
Returns
Type Description
System.Func<Step, System.Nullable<System.Single>>
In This Article
Back to top Generated by DocFX