Table of Contents

Struct Sample<T>

Namespace
Coherence.Interpolation
Assembly
Coherence.Interpolation.dll
public struct Sample<T>

Type Parameters

T

Constructors

Sample(T, bool, double)

public Sample(T value, bool stopped, double time)

Parameters

value T
stopped bool
time double

Fields

Stopped

public bool Stopped

Field Value

bool

Time

public readonly double Time

Field Value

double

Value

public T Value

Field Value

T

Properties

Frame

public long Frame { get; }

Property Value

long

Methods

ToString()

public override string ToString()

Returns

string