Skip to content

Commit

Permalink
Missing comment, update for PR #35
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkov committed Mar 18, 2023
1 parent 8a21389 commit b4a807b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fabulous.XamarinForms/Attributes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ module Attributes =
let inline defineBindableFloat (bindableProperty: BindableProperty) =
defineSmallBindable bindableProperty SmallScalars.Float.decode

/// Define a float32 attribute for a BindableProperty and encode it as a small scalar (8 bytes)
let inline defineBindableFloat32 (bindableProperty: BindableProperty) =
defineSmallBindable bindableProperty SmallScalars.Float32.decode

Expand Down

0 comments on commit b4a807b

Please sign in to comment.