Difference between revisions of "Core.Validation.CoreChk049"

From emotive
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
== Description ==
 
== Description ==
In comparison, the [[Core.DataTypes|DataTypes]] data types must match.
+
In comparison, the [[Core.DataTypes|DataTypes]] must match.
  
 
== Comments ==
 
== Comments ==
 
Exception are the datatypes [[Core.DataTypes.SimpleDataType.Integer|Integer]] and [[Core.DataTypes.SimpleDataType.Float|Float]], which can be mixed within by comparison.
 
Exception are the datatypes [[Core.DataTypes.SimpleDataType.Integer|Integer]] and [[Core.DataTypes.SimpleDataType.Float|Float]], which can be mixed within by comparison.

Latest revision as of 05:54, 17 February 2016

Classification

Name Core_Chk049
Class Core
Severity Critical
SpecifiedBy ISO 13209-3

Description

In comparison, the DataTypes must match.

Comments

Exception are the datatypes Integer and Float, which can be mixed within by comparison.