From b4a807bc969c83f26ac914e6f90de6d63bc92ec2 Mon Sep 17 00:00:00 2001 From: Kev Hannen Date: Sat, 18 Mar 2023 09:11:49 +0000 Subject: [PATCH] Missing comment, update for PR #35 --- src/Fabulous.XamarinForms/Attributes.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Fabulous.XamarinForms/Attributes.fs b/src/Fabulous.XamarinForms/Attributes.fs index 6eb7701..e322da4 100644 --- a/src/Fabulous.XamarinForms/Attributes.fs +++ b/src/Fabulous.XamarinForms/Attributes.fs @@ -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