IFreeFieldsFreeNumberFieldTwo Property
Free
Double number field (for custom work or extra information)
Namespace: MobileTrack.Common.InterfacesAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
double? FreeNumberFieldTwo { get; set; }
Property Value
NullableDouble
A value of means the property lacks assignment. This is intentional,
as the property is optional and may not be used, and giving it a default value of 0d
may lead to confusion and unexpected behavior.