Table of Contents

Struct InterpolationResult<T>

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

Type Parameters

T

Fields

delay

public double delay

Field Value

double

isStopped

public bool isStopped

Field Value

bool

measuredSampleDuration

public double measuredSampleDuration

Field Value

double

networkLatency

public double networkLatency

Field Value

double

sample0

public Sample<T> sample0

Field Value

Sample<T>

sample1

public Sample<T> sample1

Field Value

Sample<T>

sample2

public Sample<T> sample2

Field Value

Sample<T>

sample3

public Sample<T> sample3

Field Value

Sample<T>

t

public float t

Field Value

float

targetDelay

public double targetDelay

Field Value

double

Properties

value0

public T value0 { get; }

Property Value

T

value1

public T value1 { get; }

Property Value

T

value2

public T value2 { get; }

Property Value

T

value3

public T value3 { get; }

Property Value

T

Methods

ToString()

public override string ToString()

Returns

string