FixedWidthInteger
extension FixedWidthInteger- 
                    
                    Apply Resolution With Direction DeclarationSwift public func resolution<T>(type: T.Type, _ direction: ResolutionDirection, resolution: Resolution) -> T where T : FixedWidthIntegerParameterstypeType to resolve to directionResolution Direction resolutionResolution Return ValueNumber with Resolution Applied 
- 
                    
                    Encode Into Data DeclarationSwift public func encode(base: BaseTypeData) -> Data?ParametersbaseBaseTypeData 
- 
                    
                    Decode FIT Field DeclarationSwift public static func decode<T>(type: T.Type, data: Data, base: BaseTypeData, arch: Endian) -> T?ParameterstypeType of Field dataData to Decode baseBaseTypeData archEndian Return ValueDecoded Value 
 
            