Click or drag to resize

FieldStatisticsResultCreateFromProbeResult Method

Create a FieldStatisticsResult from a FieldProbeResult object.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static FieldStatisticsResult CreateFromProbeResult(
	FieldProbeResult result
)

Parameters

result  FieldProbeResult
The probe result to calculate field statistics on.

Return Value

FieldStatisticsResult
A FieldStatisticsResult calculated on the given probe result object.
See Also