Aardvark.Base


CurvePoints<'T>

Constructors

ConstructorDescription
new(parameters, items)
Signature: (parameters:float [] * items:'T []) -> unit
new(items)
Signature: items:IEnumerable<Tup<float,'T>> -> unit

Instance members

Instance memberDescription
Neighbourhood(t)
Signature: t:float -> Tup<float,'T> []
Neighbourhood(...)
Signature: (t:float * extendLeft:int * extendRight:int) -> Tup<float,'T> []
Fork me on GitHub