Class BiomFingerprintImageFingerprintOrientationType
A data type for a deviation from upright of the finger tip within a fingerprint image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFingerprintImageFingerprintOrientationType : IEquatable<BiomFingerprintImageFingerprintOrientationType>
Properties
Context
biomFingerprintImageFingerprintOrientationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFingerprintImageFingerprintOrientationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFingerprintImageFingerprintOrientationType.ContextEnum> | biomFingerprintImageFingerprintOrientationType JSON-LD context |
OrientationAngleUncertaintyValue
A half of the total uncertainty of the orientation angle, in degrees NIEM reference is biom:OrientationAngleUncertaintyValue
Declaration
[DataMember(Name = "orientationAngleUncertaintyValue")]
public List<BiomUncertaintyValueType> OrientationAngleUncertaintyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomUncertaintyValueType> | A half of the total uncertainty of the orientation angle, in degrees NIEM reference is biom:OrientationAngleUncertaintyValue |
OrientationAngleValue
An angle of the position of the finger tip within an image, from -179 to +180, with 0 as upright NIEM reference is biom:OrientationAngleValue
Declaration
[DataMember(Name = "orientationAngleValue")]
public List<BiomRelativeRotationMeasureType> OrientationAngleValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomRelativeRotationMeasureType> | An angle of the position of the finger tip within an image, from -179 to +180, with 0 as upright NIEM reference is biom:OrientationAngleValue |
Methods
Equals(BiomFingerprintImageFingerprintOrientationType)
Returns true if BiomFingerprintImageFingerprintOrientationType instances are equal
Declaration
public bool Equals(BiomFingerprintImageFingerprintOrientationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageFingerprintOrientationType | other | Instance of BiomFingerprintImageFingerprintOrientationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(BiomFingerprintImageFingerprintOrientationType, BiomFingerprintImageFingerprintOrientationType)
Declaration
public static bool operator ==(BiomFingerprintImageFingerprintOrientationType left, BiomFingerprintImageFingerprintOrientationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageFingerprintOrientationType | left | |
BiomFingerprintImageFingerprintOrientationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFingerprintImageFingerprintOrientationType, BiomFingerprintImageFingerprintOrientationType)
Declaration
public static bool operator !=(BiomFingerprintImageFingerprintOrientationType left, BiomFingerprintImageFingerprintOrientationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintImageFingerprintOrientationType | left | |
BiomFingerprintImageFingerprintOrientationType | right |
Returns
Type | Description |
---|---|
System.Boolean |