@namespace AntDesign @inherits StatisticComponentBase @typeparam TValue
@if(Title.IsT0) @Title.AsT0 else @Title.AsT1
@if (@Prefix.IsT0 && !string.IsNullOrEmpty(Prefix.AsT0) || @Prefix.IsT1 && Prefix.AsT1 != null) { @if (@Prefix.IsT0)@Prefix.AsT0 else @Prefix.AsT1 } @IntegerPart @if (!string.IsNullOrEmpty(@FractionalPart)) { @FractionalPart } @if (@Suffix.IsT0 && !string.IsNullOrEmpty(@Suffix.AsT0) || @Suffix.IsT1 && @Suffix.AsT1 != null) { @if (@Suffix.IsT0)@Suffix.AsT0 else @Suffix.AsT1 }