Aardvark.Base


Triple

This static class allows the creation of triples without specifying the type in angle brackets.

Static members

Static memberDescription
CountNonNaNs(t)
Signature: t:Triple<float> -> int
Create(e0, e1, e2)
Signature: (e0:'T * e1:'T * e2:'T) -> Triple<'T>
Type parameters: 'T
Create(e0, p)
Signature: (e0:'T * p:Pair<'T>) -> Triple<'T>
Type parameters: 'T
Create(p, e2)
Signature: (p:Pair<'T> * e2:'T) -> Triple<'T>
Type parameters: 'T
CreateAscending(d0, d1, d2)
Signature: (d0:float * d1:float * d2:float) -> Triple<float>
Fork me on GitHub