You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TCorrNorm Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TCorrNorm Enumeration

Defines type of correlation norm used for Cross-Correlation and Auto-Correlation.

Syntax
C#
Visual Basic
public enum TCorrNorm : uint { cnDefault, cnBiased, cnUnbiased }

MtxVec.cs

Members 
Description 
cnDefault 
Without normalization. 
cnBiased 
Biased normalized will be applied. 
cnUnbiased 
Unbiased normalized will be applied. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!