public class VerificationResult<T>
where T : new(), Object, IRealNumber<T>
Public Class VerificationResult(Of T As {New, Object, IRealNumber(Of T)})
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class VerificationResult
type VerificationResult<'T when 'T : new() and Object and IRealNumber<'T>> = class end
VerificationResultT | Initializes a new instance of the VerificationResultT class |
Difference | Difference (Measurement - Reference) |
Frequency | Frequency / Hz |
MaxNormalizedError | Max Normalized Error |
MeasurementData | Measurement Data |
MeasurementName | Measurement Name |
NormalizedError | Normalized Error for each Frequency Point |
Passed | Passed |
ReferenceData | Reference Data |
ReferenceName | Reference Name |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |