Static Propertyswift-protobuf 1.29.0SwiftProtobuf
proto3DefaultValue
FieldTypes.swift:85static var proto3DefaultValue: Float { get }
static var proto3DefaultValue: Float { get }
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ProtobufFloat
Float traits
@frozen struct Float
A single-precision, floating-point value type.
static func decodeRepeated<D>(value: inout [BaseType], from decoder: inout D) throws where D : Decoder
static func decodeSingular<D>(value: inout BaseType?, from decoder: inout D) throws where D : Decoder
static func visitPacked<V>(value: [BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor
static func visitRepeated<V>(value: [BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor
static func visitSingular<V>(value: BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor
typealias BaseType = Float