Uses of Class
org.ldk.enums.SiPrefix
-
Packages that use SiPrefix Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of SiPrefix in org.ldk.enums
Methods in org.ldk.enums that return SiPrefix Modifier and Type Method Description static SiPrefixSiPrefix. valueOf(String name)Returns the enum constant of this type with the specified name.static SiPrefix[]SiPrefix. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SiPrefix in org.ldk.impl
Methods in org.ldk.impl that return SiPrefix Modifier and Type Method Description static SiPrefixbindings. CResult_SiPrefixParseErrorZ_get_ok(long owner)static SiPrefixbindings. SiPrefix_clone(long orig)static SiPrefixbindings. SiPrefix_micro()static SiPrefixbindings. SiPrefix_milli()static SiPrefixbindings. SiPrefix_nano()static SiPrefixbindings. SiPrefix_pico()Methods in org.ldk.impl with parameters of type SiPrefix Modifier and Type Method Description static longbindings. CResult_SiPrefixParseErrorZ_ok(SiPrefix o) -
Uses of SiPrefix in org.ldk.structs
Fields in org.ldk.structs declared as SiPrefix Modifier and Type Field Description SiPrefixResult_SiPrefixParseErrorZ.Result_SiPrefixParseErrorZ_OK. resMethods in org.ldk.structs with parameters of type SiPrefix Modifier and Type Method Description static Result_SiPrefixParseErrorZResult_SiPrefixParseErrorZ. ok(SiPrefix o)Creates a new CResult_SiPrefixParseErrorZ in the success state.
-